]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/bitmap.cpp
SN: Derive wxSpinButton from wxSpinButtonBase instead of wxControl.
[wxWidgets.git] / src / os2 / bitmap.cpp
index b93b3e23f564f8b61eeac2054017906ad2b782e2..5ffef72a4bf0fa759aee962173723f42d98a379a 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+    #pragma implementation "bitmap.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -340,7 +344,7 @@ bool wxBitmap::LoadFile(
 , long                              lType
 )
 {
-    HPS                             hPs;
+    HPS                             hPs = NULLHANDLE;
 
     UnRef();