mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename refresh method to update
This commit is contained in:
parent
63da1b1e76
commit
c574d6e8bf
21 changed files with 31 additions and 31 deletions
|
|
@ -30,18 +30,18 @@ History::History(
|
|||
}
|
||||
|
||||
// Actions
|
||||
void History::refresh()
|
||||
void History::update()
|
||||
{
|
||||
Memory match;
|
||||
|
||||
historyBack->refresh(
|
||||
historyBack->update(
|
||||
try_back(
|
||||
match,
|
||||
false
|
||||
)
|
||||
);
|
||||
|
||||
historyForward->refresh(
|
||||
historyForward->update(
|
||||
try_forward(
|
||||
match,
|
||||
false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue