X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79c093419e9f7e15ac1293ef0c35eaf35ee2345a..db1a42b8742c373d30118c3365dacee071eebe1c:/include/wx/os2/bitmap.h diff --git a/include/wx/os2/bitmap.h b/include/wx/os2/bitmap.h index 72f44788e6..68efa96758 100644 --- a/include/wx/os2/bitmap.h +++ b/include/wx/os2/bitmap.h @@ -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