projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Workaround for GTK+ sensitivity bug
[wxWidgets.git]
/
src
/
palmos
/
settings.cpp
diff --git
a/src/palmos/settings.cpp
b/src/palmos/settings.cpp
index ef2e8e315ed8d54dad150a4869c22c9f8b10b513..e9d5be3f199f58e4e7844618c556ff5196a5b45d 100644
(file)
--- a/
src/palmos/settings.cpp
+++ b/
src/palmos/settings.cpp
@@
-24,13
+24,14
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#include "wx/settings.h"
+
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/gdicmn.h"
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/gdicmn.h"
+ #include "wx/module.h"
#endif
#endif
-#include "wx/settings.h"
-#include "wx/module.h"
#include "wx/fontutil.h"
#include <UIColor.h>
#include "wx/fontutil.h"
#include <UIColor.h>