projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
we need our own imaglist implementation because in wxmac wxIcon does not inherit...
[wxWidgets.git]
/
include
/
wx
/
motif
/
timer.h
diff --git
a/include/wx/motif/timer.h
b/include/wx/motif/timer.h
index 184d6a3e3d15462ca6512649fd9194c129960e94..b669415151591b3537b1d7459fba365731b764c5 100644
(file)
--- a/
include/wx/motif/timer.h
+++ b/
include/wx/motif/timer.h
@@
-26,7
+26,7
@@
public:
{ Init(); }
~wxTimer();
- virtual bool Start(int milliseconds = -1, bool oneShot =
FALSE
);
+ virtual bool Start(int milliseconds = -1, bool oneShot =
false
);
virtual void Stop();
virtual bool IsRunning() const { return m_id != 0; }