mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02: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