mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename method
This commit is contained in:
parent
b3635c77bc
commit
e3c721597d
4 changed files with 9 additions and 9 deletions
|
|
@ -37,7 +37,7 @@ namespace app::browser::main
|
|||
sqlite3 * db
|
||||
);
|
||||
|
||||
static int clear(
|
||||
static int clean(
|
||||
sqlite3 * db
|
||||
);
|
||||
|
||||
|
|
@ -113,7 +113,7 @@ namespace app::browser::main
|
|||
|
||||
int restore();
|
||||
|
||||
void clear();
|
||||
void clean();
|
||||
|
||||
void save();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue