summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch.h b/watch.h
index 9f4bd40..92b4408 100644
--- a/watch.h
+++ b/watch.h
@@ -97,10 +97,10 @@ protected:
bool RenderScreen(bool bReDraw);
bool RenderSpectrumAnalyzer();
eReplayState ReplayMode() const;
- bool ReplayPosition(int &current, int &total) const;
+ bool ReplayPosition(int &current, 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();