Index: src/libchcore/TTimestampProviderTickCount.h =================================================================== diff -u -N -ra4635addad389b9e117679437a3e1b64a739ea96 -r12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45 --- src/libchcore/TTimestampProviderTickCount.h (.../TTimestampProviderTickCount.h) (revision a4635addad389b9e117679437a3e1b64a739ea96) +++ src/libchcore/TTimestampProviderTickCount.h (.../TTimestampProviderTickCount.h) (revision 12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45) @@ -29,7 +29,7 @@ public: TTimestampProviderTickCount(); - virtual unsigned long long GetCurrentTimestamp() const; + unsigned long long GetCurrentTimestamp() const override; private: mutable unsigned long long m_ullTimestampAdjustment;