]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
Compilation fix for VC++ 5 and 6
[wxWidgets.git] / include / wx / msw / bitmap.h
index 90bcc1e7f382d521c472e6daf3e299c0bf7e7486..b60793bbe4f3c75312ea6329145166af09afa970 100644 (file)
@@ -145,6 +145,7 @@ public:
 #endif // wxUSE_PALETTE
 
     wxMask *GetMask() const;
+    wxBitmap GetMaskBitmap() const;
     void SetMask(wxMask *mask);
 
     bool operator==(const wxBitmap& bitmap) const { return m_refData == bitmap.m_refData; }