From 65b66ae41ff5dd3d79e133f62d1f8e8fc851153b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 Dec 2015 05:01:53 +0000 Subject: Add missing override attribute --- libsqlitepp/sqlite-modifycommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsqlitepp/sqlite-modifycommand.h') diff --git a/libsqlitepp/sqlite-modifycommand.h b/libsqlitepp/sqlite-modifycommand.h index 657639b..c71dd1f 100644 --- a/libsqlitepp/sqlite-modifycommand.h +++ b/libsqlitepp/sqlite-modifycommand.h @@ -11,7 +11,7 @@ namespace SQLite { 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