From f71898826b957548fe703bba1e2f3864dc56c0f8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 Dec 2015 05:01:53 +0000 Subject: Add missing override attribute --- libmysqlpp/my-modifycommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlpp/my-modifycommand.h') 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; -- cgit v1.2.3