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:
+1
-1
@@ -1929,7 +1929,7 @@ class CConnectQueueTimer : public CCron {
|
||||
// Don't wait iSecs seconds for first timer run
|
||||
m_bRunOnNextCall = true;
|
||||
}
|
||||
virtual ~CConnectQueueTimer() {
|
||||
~CConnectQueueTimer() override {
|
||||
// This is only needed when ZNC shuts down:
|
||||
// CZNC::~CZNC() sets its CConnectQueueTimer pointer to nullptr and
|
||||
// calls the manager's Cleanup() which destroys all sockets and
|
||||
|
||||
Reference in New Issue
Block a user