fix access level

This commit is contained in:
yggverse 2024-08-08 14:43:29 +03:00
parent 1d4c640def
commit 95647f42c2

View file

@ -28,6 +28,8 @@ namespace app
class Menu : public Gtk::MenuButton
{
public:
const Glib::ustring TOOLTIP = "Menu";
Menu();
@ -35,6 +37,8 @@ namespace app
class Tab : public Gtk::MenuButton
{
public:
const Glib::ustring TOOLTIP = "New tab";
Tab();