summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-modifycommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-modifycommand.h')
-rw-r--r--libmysqlpp/my-modifycommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqlpp/my-modifycommand.h b/libmysqlpp/my-modifycommand.h
index 0f635cd..d760f93 100644
--- a/libmysqlpp/my-modifycommand.h
+++ b/libmysqlpp/my-modifycommand.h
@@ -9,7 +9,6 @@ namespace MySQL {
class ModifyCommand : public DB::ModifyCommand, public Command {
public:
ModifyCommand(const Connection *, const std::string & sql);
- virtual ~ModifyCommand();
unsigned int execute(bool) override;