Fix a warning in samplewebapi

This commit is contained in:
Alexey Sokolov
2016-12-22 20:43:55 +00:00
parent 106a36c22b
commit 6125b5d1b8

View File

@@ -41,7 +41,7 @@ class CSampleWebAPIMod : public CModule {
return true;
}
bool WebRequiresLogin() {
bool WebRequiresLogin() override {
return false;
}