mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename method
This commit is contained in:
parent
b3635c77bc
commit
e3c721597d
4 changed files with 9 additions and 9 deletions
|
|
@ -387,7 +387,7 @@ int Page::DB::APP_BROWSER_MAIN_TAB_PAGE__SESSION::init(
|
|||
);
|
||||
}
|
||||
|
||||
int Page::DB::APP_BROWSER_MAIN_TAB_PAGE__SESSION::clear(
|
||||
int Page::DB::APP_BROWSER_MAIN_TAB_PAGE__SESSION::clean(
|
||||
sqlite3 * db,
|
||||
const int & DB__APP_BROWSER_MAIN_TAB__SESSION_ID
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ namespace app::browser::main::tab
|
|||
sqlite3 * db
|
||||
);
|
||||
|
||||
static int clear(
|
||||
static int clean(
|
||||
sqlite3 * db,
|
||||
const int & DB__APP_BROWSER_MAIN_TAB__SESSION_ID
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue