aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-13 10:07:20 +0000
committernyamatongwe <devnull@localhost>2002-01-13 10:07:20 +0000
commit7d604cbdd43d33fa3f19e86fa868d8d8f9a0fc18 (patch)
tree4b8cccdacc801f4105b6d0420d139284e70dfa10 /src
parent7b0c5a98abfcd122f2f88d55b3c1b09391a1af8a (diff)
downloadscintilla-mirror-7d604cbdd43d33fa3f19e86fa868d8d8f9a0fc18.tar.gz
Added TickerID typedef to ease merging FOX code.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.h2
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();
};