]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/bitmap.cpp
Trace module initialization and cleanup.
[wxWidgets.git] / src / mgl / bitmap.cpp
index 34183dd8a63390e8562f437d2b0caf4d1d9a421c..2cdf17a147733e168491aacf1b64f53b326c3ee8 100644 (file)
@@ -6,10 +6,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "bitmap.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -317,7 +313,7 @@ wxBitmap::wxBitmap(const wxImage& image, int depth)
 
 wxImage wxBitmap::ConvertToImage() const
 {
-    wxCHECK_MSG( Ok(), FALSE, wxT("invalid bitmap") );
+    wxCHECK_MSG( Ok(), wxImage(), wxT("invalid bitmap") );
 
     int width, height;
     width = GetWidth();