Fix some compilation warnings

This commit is contained in:
emeric
2020-03-29 14:16:58 +02:00
parent f4d1202dda
commit f5034e1e7b
6 changed files with 11 additions and 11 deletions
@@ -36,7 +36,7 @@ namespace Recommendation
private:
std::string_view getName() const { return "Clusters"; }
std::string_view getName() const override { return "Clusters"; }
bool init(Database::Session&, bool) override {return true;}
void requestCancelInit() override {}