mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update const name
This commit is contained in:
parent
ab0c28badf
commit
d7de166ef0
4 changed files with 18 additions and 18 deletions
|
|
@ -42,7 +42,7 @@ namespace app::browser::main::tab::page::navigation
|
|||
// Actions
|
||||
void add(
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOLLOW
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
|
@ -51,12 +51,12 @@ namespace app::browser::main::tab::page::navigation
|
|||
|
||||
bool try_back(
|
||||
Memory & match,
|
||||
const bool & FOLLOW
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
|
||||
bool try_forward(
|
||||
Memory & match,
|
||||
const bool & FOLLOW
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue