summaryrefslogtreecommitdiff
path: root/libodbcpp/odbc-modifycommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libodbcpp/odbc-modifycommand.h')
-rw-r--r--libodbcpp/odbc-modifycommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libodbcpp/odbc-modifycommand.h b/libodbcpp/odbc-modifycommand.h
index 796ee2f..3993d63 100644
--- a/libodbcpp/odbc-modifycommand.h
+++ b/libodbcpp/odbc-modifycommand.h
@@ -8,7 +8,6 @@ namespace ODBC {
class ModifyCommand : public Command, public DB::ModifyCommand {
public:
ModifyCommand(const Connection &, const std::string & sql);
- ~ModifyCommand();
// Execute the command and return effected row count
unsigned int execute(bool allowNoChange = true) override;
};