mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
uppercase const names
This commit is contained in:
parent
c75744f777
commit
8ad13b2aa2
6 changed files with 28 additions and 28 deletions
|
|
@ -19,7 +19,7 @@ namespace app::browser::main
|
|||
~Tab();
|
||||
|
||||
Glib::ustring get_label_text(
|
||||
const int & page_number
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void append(
|
||||
|
|
@ -29,7 +29,7 @@ namespace app::browser::main
|
|||
);
|
||||
|
||||
void close(
|
||||
const int & page_number
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void close_left();
|
||||
|
|
@ -37,11 +37,11 @@ namespace app::browser::main
|
|||
void close_all();
|
||||
|
||||
void refresh(
|
||||
const int & page_number
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void update(
|
||||
const int & page_number
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue