From 71c367f89f5384eb05cf191f63ed5094e90b46ad Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 21 Aug 2018 14:50:09 +0100 Subject: Fix a few things that should be marked as override but aren't. --- src/modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_mysql.cpp') diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 45ba67e4e..41c3a2a65 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -203,7 +203,7 @@ class MySQLresult : public SQL::Result result.assign(colnames.begin(), colnames.end()); } - bool HasColumn(const std::string& column, size_t& index) + bool HasColumn(const std::string& column, size_t& index) CXX11_OVERRIDE { for (size_t i = 0; i < colnames.size(); ++i) { -- cgit v1.3.1-10-gc9f91