rename methods

This commit is contained in:
yggverse 2024-08-27 17:13:18 +03:00
parent a493ed1f95
commit 659588cd9e
2 changed files with 8 additions and 8 deletions

View file

@ -18,11 +18,11 @@ namespace app::browser::main
const bool REORDERABLE = true;
const bool SCROLLABLE = true;
tab::Label * get_tabLabel_ptr(
tab::Label * get_tabLabel(
const int & PAGE_NUMBER
);
tab::Page * get_tabPage_ptr(
tab::Page * get_tabPage(
const int & PAGE_NUMBER
);