diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-18 14:25:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-18 14:25:28 +0100 |
commit | 7e5c360a8c8eee8ebe8b1c18e49be5b4af8dac57 (patch) | |
tree | 398c50f5d2cf6001b31ea8628299b8eb90b2c543 /libsqlitepp/sqlite-connection.cpp | |
parent | Modern jam lto (diff) | |
download | libdbpp-sqlite-7e5c360a8c8eee8ebe8b1c18e49be5b4af8dac57.tar.bz2 libdbpp-sqlite-7e5c360a8c8eee8ebe8b1c18e49be5b4af8dac57.tar.xz libdbpp-sqlite-7e5c360a8c8eee8ebe8b1c18e49be5b4af8dac57.zip |
Add JT recommended warnings
Diffstat (limited to 'libsqlitepp/sqlite-connection.cpp')
-rw-r--r-- | libsqlitepp/sqlite-connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsqlitepp/sqlite-connection.cpp b/libsqlitepp/sqlite-connection.cpp index 99006dc..e1a6de7 100644 --- a/libsqlitepp/sqlite-connection.cpp +++ b/libsqlitepp/sqlite-connection.cpp @@ -3,7 +3,7 @@ #include "sqlite-modifycommand.h" #include "sqlite-selectcommand.h" -NAMEDFACTORY("sqlite", SQLite::Connection, DB::ConnectionFactory); +NAMEDFACTORY("sqlite", SQLite::Connection, DB::ConnectionFactory) SQLite::ConnectionError::ConnectionError(sqlite3 * db) : SQLite::Error(db) { } |