diff options
author | nyamatongwe <unknown> | 2002-01-13 10:07:20 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-01-13 10:07:20 +0000 |
commit | 6070510b893e3bc1169c71ed79f51345ee6803c1 (patch) | |
tree | 4b8cccdacc801f4105b6d0420d139284e70dfa10 /src | |
parent | e468d988b369e61696608fc9ccd52c6d746cb735 (diff) | |
download | scintilla-mirror-6070510b893e3bc1169c71ed79f51345ee6803c1.tar.gz |
Added TickerID typedef to ease merging FOX code.
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(); }; |