Browse Source

fix access level

CPP-GTK4
yggverse 1 month ago
parent
commit
95647f42c2
  1. 12
      src/app/browser.h

12
src/app/browser.h

@ -28,16 +28,20 @@ namespace app @@ -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:
const Glib::ustring TOOLTIP = "New tab";
Tab();
Tab();
};
};

Loading…
Cancel
Save