summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.h b/display.h
index b4ae79a..09e297a 100644
--- a/display.h
+++ b/display.h
@@ -132,7 +132,7 @@ private:
bool CheckAndUpdateSymbols();
/** Check if replay index bigger as one hour */
- bool IndexIsGreaterAsOneHour(int Index,double framesPerSecond) const;
+ bool IndexIsGreaterAsOneHour(int Index, double framesPerSecond) const;
/** Translate replay index to string with minute and second MM:SS */
const char *IndexToMS(int Index, double framesPerSecond) const;
/** Compare Scroller with new Textbuffer*/