Add missing override keywords (#816)

This commit is contained in:
J-P Nurmi
2015-02-26 21:18:56 +01:00
parent 832cec45f8
commit dd0bc69413
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ public:
CKeepNickTimer(CKeepNickMod *pMod);
~CKeepNickTimer() {}
void RunJob();
void RunJob() override;
private:
CKeepNickMod* m_pMod;