mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
make follow argument linked const
This commit is contained in:
parent
03f0eeaf9b
commit
18e1d449c0
2 changed files with 9 additions and 9 deletions
|
|
@ -42,17 +42,17 @@ namespace app::browser::main::tab::page::navbar
|
|||
// Actions
|
||||
bool try_back(
|
||||
Memory & match,
|
||||
bool follow = true
|
||||
const bool & FOLLOW = true
|
||||
);
|
||||
|
||||
bool try_forward(
|
||||
Memory & match,
|
||||
bool follow = true
|
||||
const bool & FOLLOW = true
|
||||
);
|
||||
|
||||
void push(
|
||||
const Glib::ustring & REQUEST,
|
||||
bool follow = true
|
||||
const bool & FOLLOW = true
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue