summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/watch.h b/watch.h
index 54e3f5b..2b1f61b 100644
--- a/watch.h
+++ b/watch.h
@@ -128,10 +128,10 @@ protected:
bool Replay();
bool RenderScreen(bool bRedraw);
eReplayState ReplayMode() const;
- bool ReplayPosition(int &current, int &total) const;
+ bool ReplayPosition(int &current, 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();