mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
fix access level
This commit is contained in:
parent
1d4c640def
commit
95647f42c2
@ -28,16 +28,20 @@ namespace app
|
||||
|
||||
class Menu : public Gtk::MenuButton
|
||||
{
|
||||
const Glib::ustring TOOLTIP = "Menu";
|
||||
public:
|
||||
|
||||
Menu();
|
||||
const Glib::ustring TOOLTIP = "Menu";
|
||||
|
||||
Menu();
|
||||
};
|
||||
|
||||
class Tab : public Gtk::MenuButton
|
||||
{
|
||||
const Glib::ustring TOOLTIP = "New tab";
|
||||
public:
|
||||
|
||||
Tab();
|
||||
const Glib::ustring TOOLTIP = "New tab";
|
||||
|
||||
Tab();
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user