projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Warning fix.
[wxWidgets.git]
/
src
/
palmos
/
icon.cpp
diff --git
a/src/palmos/icon.cpp
b/src/palmos/icon.cpp
index 853931bafda4186bd86ab14e386caa14f49eab5f..12a7d01948b884d52b5938bb13f9dd4071587720 100644
(file)
--- a/
src/palmos/icon.cpp
+++ b/
src/palmos/icon.cpp
@@
-24,12
+24,12
@@
#pragma hdrstop
#endif
+#include "wx/icon.h"
+
#ifndef WX_PRECOMP
- #include "wx/defs.h"
#include "wx/list.h"
#include "wx/utils.h"
#include "wx/app.h"
- #include "wx/icon.h"
#include "wx/bitmap.h"
#include "wx/log.h"
#endif
@@
-90,4
+90,3
@@
bool wxIcon::LoadFile(const wxString& filename,
{
return false;
}
-