mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -84,7 +84,7 @@ class CPartylineMod : public CModule {
|
||||
"", "List all open channels");
|
||||
}
|
||||
|
||||
virtual ~CPartylineMod() {
|
||||
~CPartylineMod() override {
|
||||
// Kick all clients who are in partyline channels
|
||||
for (set<CPartylineChannel*>::iterator it = m_ssChannels.begin();
|
||||
it != m_ssChannels.end(); ++it) {
|
||||
|
||||
Reference in New Issue
Block a user