diff options
Diffstat (limited to 'libsqlitepp/sqlite-modifycommand.h')
-rw-r--r-- | libsqlitepp/sqlite-modifycommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsqlitepp/sqlite-modifycommand.h b/libsqlitepp/sqlite-modifycommand.h index 657639b..c71dd1f 100644 --- a/libsqlitepp/sqlite-modifycommand.h +++ b/libsqlitepp/sqlite-modifycommand.h @@ -11,7 +11,7 @@ namespace SQLite { ModifyCommand(const Connection *, const std::string & sql); virtual ~ModifyCommand(); - unsigned int execute(bool); + unsigned int execute(bool) override; private: void prepare() const; |