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_pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_pgsql.cpp') diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 220168b84..ec89208dd 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -122,7 +122,7 @@ class PgSQLresult : public SQL::Result result = colnames; } - bool HasColumn(const std::string& column, size_t& index) + bool HasColumn(const std::string& column, size_t& index) CXX11_OVERRIDE { if (colnames.empty()) getColNames(); -- cgit v1.3.1-10-gc9f91