mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update component objects namespace
This commit is contained in:
parent
88681836ce
commit
c67435a0b8
2 changed files with 16 additions and 16 deletions
|
|
@ -19,8 +19,8 @@ namespace app
|
|||
|
||||
class Browser : public Gtk::ApplicationWindow
|
||||
{
|
||||
app::browser::Header * header;
|
||||
app::browser::Main * main;
|
||||
app::browser::Header * browserHeader;
|
||||
app::browser::Main * browserMain;
|
||||
|
||||
const int WIDTH = 640;
|
||||
const int HEIGHT = 480;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue