update component objects namespace

This commit is contained in:
yggverse 2024-08-27 15:46:57 +03:00
parent 88681836ce
commit c67435a0b8
2 changed files with 16 additions and 16 deletions

View file

@ -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;