projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use C++ compiler for va_copy test, at least under IRIX the C99 C compiler has it...
[wxWidgets.git]
/
src
/
mac
/
carbon
/
imaglist.cpp
diff --git
a/src/mac/carbon/imaglist.cpp
b/src/mac/carbon/imaglist.cpp
index 80eb0f7583177fd93e180e3def06a9e288e4f7a5..054cdeb73407a1ac2eb82ffe21d60d4e71f6cd58 100644
(file)
--- a/
src/mac/carbon/imaglist.cpp
+++ b/
src/mac/carbon/imaglist.cpp
@@
-19,11
+19,10
@@
#ifndef WX_PRECOMP
#include "wx/dc.h"
+ #include "wx/icon.h"
+ #include "wx/image.h"
#endif
-#include "wx/icon.h"
-#include "wx/image.h"
-
IMPLEMENT_DYNAMIC_CLASS(wxImageList, wxObject)