projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compare charset strings case-insensitively (and so avoid conversions between utf...
[wxWidgets.git]
/
src
/
common
/
timercmn.cpp
diff --git
a/src/common/timercmn.cpp
b/src/common/timercmn.cpp
index 5fd7fd476756316c50f25d1b302a71017564660e..90623b23eb8666e9122262aaf9be0f09a2e3908f 100644
(file)
--- a/
src/common/timercmn.cpp
+++ b/
src/common/timercmn.cpp
@@
-18,10
+18,6
@@
// wxWin headers
// ----------------------------------------------------------------------------
// wxWin headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "timerbase.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-85,7
+81,7
@@
bool wxTimerBase::Start(int milliseconds, bool oneShot)
m_oneShot = oneShot;
m_oneShot = oneShot;
- return
TRUE
;
+ return
true
;
}
#endif // wxUSE_TIMER
}
#endif // wxUSE_TIMER