projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't release the DC which we don't own in wxUSE_UXTHEME case
[wxWidgets.git]
/
src
/
generic
/
choicbkg.cpp
diff --git
a/src/generic/choicbkg.cpp
b/src/generic/choicbkg.cpp
index 143115bca6e287fef43ee17aa60a5c375f1b7bce..445d0f575ae443b171ac1c283a55bc775fba098c 100644
(file)
--- a/
src/generic/choicbkg.cpp
+++ b/
src/generic/choicbkg.cpp
@@
-30,11
+30,11
@@
#ifndef WX_PRECOMP
#include "wx/settings.h"
#ifndef WX_PRECOMP
#include "wx/settings.h"
+ #include "wx/choice.h"
+ #include "wx/sizer.h"
#endif
#endif
-#include "wx/choice.h"
#include "wx/imaglist.h"
#include "wx/imaglist.h"
-#include "wx/sizer.h"
// ----------------------------------------------------------------------------
// various wxWidgets macros
// ----------------------------------------------------------------------------
// various wxWidgets macros