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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/my-modifycommand.h b/libmysqlpp/my-modifycommand.h
index cf570bb..0f635cd 100644
--- a/libmysqlpp/my-modifycommand.h
+++ b/libmysqlpp/my-modifycommand.h
@@ -11,7 +11,7 @@ namespace MySQL {
ModifyCommand(const Connection *, const std::string & sql);
virtual ~ModifyCommand();
- unsigned int execute(bool);
+ unsigned int execute(bool) override;
private:
void prepare() const;