diff options
Diffstat (limited to 'libodbcpp/odbc-modifycommand.h')
-rw-r--r-- | libodbcpp/odbc-modifycommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/odbc-modifycommand.h b/libodbcpp/odbc-modifycommand.h index 5b2a4f4..796ee2f 100644 --- a/libodbcpp/odbc-modifycommand.h +++ b/libodbcpp/odbc-modifycommand.h @@ -10,7 +10,7 @@ namespace ODBC { ModifyCommand(const Connection &, const std::string & sql); ~ModifyCommand(); // Execute the command and return effected row count - unsigned int execute(bool allowNoChange = true); + unsigned int execute(bool allowNoChange = true) override; }; } |