diff options
author | aunsane <aunsane@gmail.com> | 2018-11-01 16:15:37 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-11-01 16:15:37 +0300 |
commit | 9e3ee25d2f62ed95477616c2e15ddacdaa3f8ce2 (patch) | |
tree | c8522e869e0085c824ea1acce9a6a3b4a8989e5d /plugins/Dbx_sqlite/src/dbintf.cpp | |
parent | 7bdaaf97bc309212bab3a49d4e70af69222208fd (diff) |
dbx_sqlite:
- remove settings and events with contact
- code cleanup
Diffstat (limited to 'plugins/Dbx_sqlite/src/dbintf.cpp')
-rw-r--r-- | plugins/Dbx_sqlite/src/dbintf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_sqlite/src/dbintf.cpp b/plugins/Dbx_sqlite/src/dbintf.cpp index 1109eb6784..7809e18059 100644 --- a/plugins/Dbx_sqlite/src/dbintf.cpp +++ b/plugins/Dbx_sqlite/src/dbintf.cpp @@ -102,7 +102,7 @@ BOOL CDbxSQLite::Compact() return 0; } -BOOL CDbxSQLite::Backup(const wchar_t *profile) +BOOL CDbxSQLite::Backup(LPCWSTR profile) { sqlite3 *database = nullptr; ptrA path(mir_utf8encodeW(profile)); |