update class object namespace

This commit is contained in:
yggverse 2024-08-27 14:30:23 +03:00
parent faa32d68bd
commit a711b683cc
2 changed files with 14 additions and 14 deletions

View file

@ -14,7 +14,7 @@ namespace app::browser
class Main : public Gtk::Box
{
app::browser::main::Tab * tab;
main::Tab * mainTab;
public: