Commit c9ccd978 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix clang -Winconsistent-missing-override

parent 5995ca31
......@@ -195,7 +195,7 @@ class spider_db_mbase_util: public spider_db_util
spider_string *str
) override;
#endif
bool append_charset_name_before_string();
bool append_charset_name_before_string() override;
};
class spider_db_mysql_util: public spider_db_mbase_util
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment