mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix access level
This commit is contained in:
parent
95647f42c2
commit
201e73b310
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ namespace app
|
||||||
|
|
||||||
Browser();
|
Browser();
|
||||||
|
|
||||||
class Header : Gtk::HeaderBar
|
class Header : public Gtk::HeaderBar
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
@ -45,7 +45,7 @@ namespace app
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Container : Gtk::Notebook
|
class Container : public Gtk::Notebook
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue