mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix a warning in samplewebapi
This commit is contained in:
@@ -41,7 +41,7 @@ class CSampleWebAPIMod : public CModule {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool WebRequiresLogin() {
|
||||
bool WebRequiresLogin() override {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user