mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -77,7 +77,7 @@ class CLastSeenMod : public CModule {
|
||||
"", "Shows list of users and when they last logged in");
|
||||
}
|
||||
|
||||
virtual ~CLastSeenMod() {}
|
||||
~CLastSeenMod() override {}
|
||||
|
||||
// Event stuff:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user