diff options
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,10 +97,10 @@ protected: bool RenderScreen(bool bReDraw); bool RenderSpectrumAnalyzer(); eReplayState ReplayMode() const; - bool ReplayPosition(int ¤t, int &total) const; + bool ReplayPosition(int ¤t, int &total, double& dFrameRate) const; bool CurrentTime(time_t ts); bool ReplayTime(); - const char * FormatReplayTime(int current, int total) const; + const char * FormatReplayTime(int current, int total, double dFrameRate) const; public: cVFDWatch(); virtual ~cVFDWatch(); |