mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra access level definition
This commit is contained in:
parent
5fff73f17b
commit
09542c5134
12 changed files with 50 additions and 74 deletions
|
|
@ -9,12 +9,10 @@ namespace app::browser::header
|
|||
{
|
||||
class Menu : public Gtk::MenuButton
|
||||
{
|
||||
private:
|
||||
|
||||
Glib::RefPtr<Gio::Menu> tab,
|
||||
tab_close,
|
||||
tool,
|
||||
main;
|
||||
Glib::RefPtr<Gio::Menu> tab,
|
||||
tab_close,
|
||||
tool,
|
||||
main;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue