diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 1e2310513..3a02ebd2a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -26,7 +26,7 @@ public: bool ticking; int ticksToWait; enum {tickSize = 100}; - int tickerID; + TickerID tickerID; Timer(); }; |