fixed warnings in rtgui

This commit is contained in:
Alberto Griggio
2017-04-01 15:55:39 +02:00
parent 94685212b0
commit 6fe04e3990
25 changed files with 23 additions and 34 deletions

View File

@@ -26,9 +26,9 @@
#include "guiutils.h"
PopUpCommon::PopUpCommon (Gtk::Button* thisButton, const Glib::ustring& label)
: selected (-1) // -1 means that the button is invalid
: buttonImage (nullptr)
, menu (nullptr)
, buttonImage (nullptr)
, selected (-1) // -1 means that the button is invalid
{
button = thisButton;
hasMenu = false;