change namespace

This commit is contained in:
yggverse 2024-08-29 04:17:35 +03:00
parent 259a33423e
commit aa3565cd4f
2 changed files with 10 additions and 10 deletions

View file

@ -21,8 +21,8 @@ namespace app::browser::main::tab::page::navbar
std::vector<Glib::ustring>::iterator index;
// Components
history::Back * back;
history::Forward * forward;
history::Back * historyBack;
history::Forward * historyForward;
public: