mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename methods
This commit is contained in:
parent
a493ed1f95
commit
659588cd9e
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue