diff options
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -128,10 +128,10 @@ protected: bool Replay(); bool RenderScreen(bool bRedraw); eReplayState ReplayMode() const; - bool ReplayPosition(int ¤t, int &total) const; + bool ReplayPosition(int ¤t, int &total, double& dFrameRate) const; bool CurrentTime(); - bool ReplayTime(int current, int total); - const char * FormatReplayTime(int current, int total) const; + bool ReplayTime(int& current, int& total); + const char * FormatReplayTime(int current, int total, double dFrameRate) const; public: ciMonWatch(); virtual ~ciMonWatch(); |