remove the line for image.h, restore a line commented out by mistake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user