projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git]
/
src
/
palmos
/
button.cpp
diff --git
a/src/palmos/button.cpp
b/src/palmos/button.cpp
index b2b7b6ef309450100a229af648f333c1baad114b..2e036b19aab8fb7b246e0973f974f6b535849d8c 100644
(file)
--- a/
src/palmos/button.cpp
+++ b/
src/palmos/button.cpp
@@
-26,9
+26,10
@@
#if wxUSE_BUTTON
+#include "wx/button.h"
+
#ifndef WX_PRECOMP
#include "wx/app.h"
- #include "wx/button.h"
#include "wx/brush.h"
#include "wx/panel.h"
#include "wx/bmpbuttn.h"
@@
-234,4
+235,3
@@
void wxButton::Command(wxCommandEvent &event)
}
#endif // wxUSE_BUTTON
-