Index: src/libchcore/TSQLiteStatement.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -rcb4e9d4b60d62b25ae2cf556c0642601af56c787 --- src/libchcore/TSQLiteStatement.h (.../TSQLiteStatement.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TSQLiteStatement.h (.../TSQLiteStatement.h) (revision cb4e9d4b60d62b25ae2cf556c0642601af56c787) @@ -41,7 +41,7 @@ }; public: - TSQLiteStatement(const TSQLiteDatabasePtr& spDatabase); + explicit TSQLiteStatement(const TSQLiteDatabasePtr& spDatabase); ~TSQLiteStatement(); void Close();