From 97baf7242e49dd09d67b5c94441f983d61eaaeb3 Mon Sep 17 00:00:00 2001 From: Didier 'OdyX' Raboud Date: Wed, 23 Oct 2013 14:22:20 +0200 Subject: Fix system_other implementation by adding an Init() and fixing the wrong const --- src/app/system_other.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/system_other.h') diff --git a/src/app/system_other.h b/src/app/system_other.h index b10a326..7eccf3f 100644 --- a/src/app/system_other.h +++ b/src/app/system_other.h @@ -40,10 +40,11 @@ struct SystemTimeStamp class CSystemUtilsOther : public CSystemUtils { public: + virtual void Init() {}; virtual SystemDialogResult SystemDialog(SystemDialogType type, const std::string& title, const std::string& message) override; virtual void GetCurrentTimeStamp(SystemTimeStamp *stamp) override; - virtual long long GetTimeStampExactResolution() override; + virtual long long int GetTimeStampExactResolution() override; virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) override; }; -- cgit v1.2.3-1-g7c22