uppercase const names

This commit is contained in:
yggverse 2024-08-27 14:20:47 +03:00
parent c75744f777
commit 8ad13b2aa2
6 changed files with 28 additions and 28 deletions

View file

@ -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
);
};
}