mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #897 from jpnurmi/override
Add missing override keywords (#816)
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
SetArgs(CString(m_iThresholdMsgs) + " " + CString(m_iThresholdSecs));
|
||||
}
|
||||
|
||||
bool OnLoad(const CString& sArgs, CString& sMessage) {
|
||||
bool OnLoad(const CString& sArgs, CString& sMessage) override {
|
||||
m_iThresholdMsgs = sArgs.Token(0).ToUInt();
|
||||
m_iThresholdSecs = sArgs.Token(1).ToUInt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user