mirror of
https://github.com/znc/znc.git
synced 2026-05-04 12:32:33 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -35,7 +35,7 @@ class CAdminLogMod : public CModule {
|
||||
openlog("znc", LOG_PID, LOG_DAEMON);
|
||||
}
|
||||
|
||||
virtual ~CAdminLogMod() {
|
||||
~CAdminLogMod() override {
|
||||
Log("Logging ended.");
|
||||
closelog();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user