projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Patch from Hartwig and me for implementing reorderable dataview columns. Works on...
[wxWidgets.git]
/
src
/
mac
/
carbon
/
imaglist.cpp
diff --git
a/src/mac/carbon/imaglist.cpp
b/src/mac/carbon/imaglist.cpp
index 04c71a729aabc68bfd0a40fc7740b4039b0d92c9..054cdeb73407a1ac2eb82ffe21d60d4e71f6cd58 100644
(file)
--- a/
src/mac/carbon/imaglist.cpp
+++ b/
src/mac/carbon/imaglist.cpp
@@
-20,10
+20,9
@@
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/icon.h"
+ #include "wx/image.h"
#endif
-#include "wx/image.h"
-
IMPLEMENT_DYNAMIC_CLASS(wxImageList, wxObject)