projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally...
[wxWidgets.git]
/
src
/
palmos
/
radiobut.cpp
diff --git
a/src/palmos/radiobut.cpp
b/src/palmos/radiobut.cpp
index f210bcdd976bf318a72a04179ee1c3c730563c51..de723d660737f3bebdaf1165dbe0bb3c1b49568a 100644
(file)
--- a/
src/palmos/radiobut.cpp
+++ b/
src/palmos/radiobut.cpp
@@
-17,10
+17,6
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "radiobut.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"
@@
-30,8
+26,9
@@
#if wxUSE_RADIOBTN
#if wxUSE_RADIOBTN
+#include "wx/radiobut.h"
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
- #include "wx/radiobut.h"
#include "wx/settings.h"
#include "wx/dcscreen.h"
#endif
#include "wx/settings.h"
#include "wx/dcscreen.h"
#endif