add namespace to session methods

This commit is contained in:
yggverse 2024-09-16 06:00:06 +03:00
parent 78c31a3cd6
commit d8cf3c6d1f
16 changed files with 53 additions and 55 deletions

View file

@ -44,7 +44,7 @@ Label::Label(
}
// Actions
int Label::restore(
int Label::session_restore(
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
) {
sqlite3_stmt * statement;
@ -89,7 +89,7 @@ int Label::restore(
);
}
int Label::save(
int Label::session_save(
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
) {
// Delegate save action to child components (on available)