mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Final modifications for cpplint and gcc
This commit is contained in:
parent
f5a25167a4
commit
498525bb26
@ -240,7 +240,7 @@ void Database::key(const std::string& aKey) const
|
||||
}
|
||||
#else
|
||||
if (pass_len > 0) {
|
||||
const SQLite::Exception exception("No encryption support, recompile with SQLITE_HAS_CODEC to use this function.");
|
||||
const SQLite::Exception exception("No encryption support, recompile with SQLITE_HAS_CODEC to enable.");
|
||||
throw exception;
|
||||
}
|
||||
#endif // SQLITE_HAS_CODEC
|
||||
|
Loading…
x
Reference in New Issue
Block a user