mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix access level
This commit is contained in:
parent
1d4c640def
commit
95647f42c2
1 changed files with 8 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue