]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/bitmap.cpp
don't compare invalid iterators/node pointers
[wxWidgets.git] / src / gtk1 / bitmap.cpp
index f2b41e94449f2760177a2bf5033a2b0b7fb1a5c0..e382abbec1dc6168de9c1a928e4de2175549a389 100644 (file)
@@ -10,8 +10,6 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/defs.h"
-
 #include "wx/bitmap.h"
 #include "wx/palette.h"
 #include "wx/icon.h"
 #include "wx/bitmap.h"
 #include "wx/palette.h"
 #include "wx/icon.h"
@@ -291,7 +289,7 @@ bool wxBitmap::Create( int width, int height, int depth )
         depth = visual->depth;
 
     wxCHECK_MSG( (depth == visual->depth) || (depth == 1) || (depth == 32), false,
         depth = visual->depth;
 
     wxCHECK_MSG( (depth == visual->depth) || (depth == 1) || (depth == 32), false,
-                    wxT("invalid bitmap depth") )
+                    wxT("invalid bitmap depth") );
 
     m_refData = new wxBitmapRefData();
     M_BMPDATA->m_mask = (wxMask *) NULL;
 
     m_refData = new wxBitmapRefData();
     M_BMPDATA->m_mask = (wxMask *) NULL;