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
95647f42c2
commit
201e73b310
@ -18,7 +18,7 @@ namespace app
|
||||
|
||||
Browser();
|
||||
|
||||
class Header : Gtk::HeaderBar
|
||||
class Header : public Gtk::HeaderBar
|
||||
{
|
||||
public:
|
||||
|
||||
@ -45,7 +45,7 @@ namespace app
|
||||
};
|
||||
};
|
||||
|
||||
class Container : Gtk::Notebook
|
||||
class Container : public Gtk::Notebook
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user