projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed memory leak in wxXmlResource introduced when fixing wxVector<> usage (patch...
[wxWidgets.git]
/
src
/
palmos
/
statbrpalm.cpp
diff --git
a/src/palmos/statbrpalm.cpp
b/src/palmos/statbrpalm.cpp
index ec0cdb90480c65031ff2e410d639b888b9018886..679433f1b9940cca61deb2fa97c09693ec7df472 100644
(file)
--- a/
src/palmos/statbrpalm.cpp
+++ b/
src/palmos/statbrpalm.cpp
@@
-25,10
+25,9
@@
#include "wx/settings.h"
#include "wx/dcclient.h"
#include "wx/intl.h"
+ #include "wx/log.h"
#endif
-#include "wx/log.h"
-
#include <StatusBar.h>
// ----------------------------------------------------------------------------