update returned data type

This commit is contained in:
yggverse 2024-09-13 02:33:12 +03:00
parent ee965e496e
commit 5dbb1fad0d
2 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ namespace app::browser::main::tab
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
); // return sqlite3_finalize status code
int save(
void save(
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
);