]> git.saurik.com Git - wxWidgets.git/commitdiff
remove the line for image.h, restore a line commented out by mistake
authorUnknown (AN) <nobody@localhost>
Thu, 10 Dec 1998 22:30:08 +0000 (22:30 +0000)
committerUnknown (AN) <nobody@localhost>
Thu, 10 Dec 1998 22:30:08 +0000 (22:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/bitmap.cpp

index 98e3d926ddb50a617218d47f1ca842ea52206c4f..264bb3359e3953ae174108137812f7c38ca54d6c 100644 (file)
@@ -30,7 +30,6 @@
 #include "wx/bitmap.h"
 #include "wx/icon.h"
 #endif
-#include "wx/image.h"
 
 #include "wx/msw/private.h"
 #include "wx/log.h"
@@ -77,7 +76,7 @@ wxBitmapRefData::~wxBitmapRefData(void)
   m_hBitmap = 0 ;
 
   if (m_bitmapMask)
-//    delete m_bitmapMask;    // this line cause an exception
+    delete m_bitmapMask;
   m_bitmapMask = NULL;
 
 }