projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
matrix compile fix
[wxWidgets.git]
/
src
/
os2
/
icon.cpp
diff --git
a/src/os2/icon.cpp
b/src/os2/icon.cpp
index 9168126aeeaa8f19fc42903e90c7e8c359c02450..26f744c91f4633cc6b6c12530076354529e68067 100644
(file)
--- a/
src/os2/icon.cpp
+++ b/
src/os2/icon.cpp
@@
-94,11
+94,11
@@
bool wxIcon::LoadFile(
, int nDesiredHeight
)
{
- wxGDIImageHandler* pHandler = FindHandler(lType);
HPS hPs = NULLHANDLE;
UnRef();
- m_refData = new wxIconRefData;
+
+ wxGDIImageHandler* pHandler = FindHandler(lType);
if (pHandler)
return(pHandler->Load( this