From 9e3ee25d2f62ed95477616c2e15ddacdaa3f8ce2 Mon Sep 17 00:00:00 2001 From: aunsane Date: Thu, 1 Nov 2018 16:15:37 +0300 Subject: dbx_sqlite: - remove settings and events with contact - code cleanup --- plugins/Dbx_sqlite/src/dbintf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_sqlite/src/dbintf.cpp') 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)); -- cgit v1.2.3