summaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timer.h b/timer.h
index 7c39364..fa329eb 100644
--- a/timer.h
+++ b/timer.h
@@ -32,7 +32,7 @@ typedef struct {
} FrequencyClock;
*/
-class FrequencyClock {
+class FrequencyClock_c {
private:
float frequency;
unsigned long last_tick;