]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bitmap.h
(re)enable Cancel button in Resume()
[wxWidgets.git] / include / wx / os2 / bitmap.h
index 72f44788e6e6077d255dd3c3f650578d88888dd2..68efa967580514958d5a793a624d68807a257eba 100644 (file)
@@ -218,6 +218,7 @@ public:
 
     inline bool IsMono(void) const { return m_bIsMono; }
 
+
     // An OS/2 version that probably doesn't do anything like the msw version
     wxBitmap GetBitmapForDC(wxDC& rDc) const;
 
@@ -240,7 +241,6 @@ private:
     bool CopyFromIconOrCursor(const wxGDIImage& rIcon);
 
     bool                            m_bIsMono;
-
     DECLARE_DYNAMIC_CLASS(wxBitmap)
 }; // end of CLASS wxBitmap