projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: don't test unsetenv() return value, it's void under Darwin
[wxWidgets.git]
/
src
/
palmos
/
imaglist.cpp
diff --git
a/src/palmos/imaglist.cpp
b/src/palmos/imaglist.cpp
index d07ac4bf6799146e03cbdedcde9ce218bef3dfb5..1616e05e2d6f72854b6e781ceabb514db9591a23 100644
(file)
--- a/
src/palmos/imaglist.cpp
+++ b/
src/palmos/imaglist.cpp
@@
-30,11
+30,10
@@
#include "wx/dc.h"
#include "wx/string.h"
#include "wx/dcmemory.h"
+ #include "wx/intl.h"
+ #include "wx/log.h"
#endif
-#include "wx/log.h"
-#include "wx/intl.h"
-
#include "wx/palmos/imaglist.h"
#include "wx/palmos/private.h"
@@
-135,4
+134,3
@@
bool wxImageList::Draw(int index,
{
return false;
}
-