rename method

This commit is contained in:
yggverse 2024-09-11 00:32:30 +03:00
parent b3635c77bc
commit e3c721597d
4 changed files with 9 additions and 9 deletions

View file

@ -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
) {

View file

@ -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
);