mirror of
https://github.com/znc/znc.git
synced 2026-06-30 06:51:26 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
+2
-2
@@ -416,7 +416,7 @@ inline CString FixGMT(CString sTZ) {
|
||||
}
|
||||
return sTZ;
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
CString CUtils::CTime(time_t t, const CString& sTimezone) {
|
||||
char s[30] = {}; // should have at least 26 bytes
|
||||
@@ -537,7 +537,7 @@ void FillTimezones(const CString& sPath, SCString& result,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
SCString CUtils::GetTimezones() {
|
||||
static SCString result;
|
||||
|
||||
Reference in New Issue
Block a user