mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -245,7 +245,7 @@ class CListSockets : public CModule {
|
||||
return;
|
||||
}
|
||||
|
||||
virtual ~CListSockets() {}
|
||||
~CListSockets() override {}
|
||||
};
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user