]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
adding comment
[wxWidgets.git] / include / wx / msw / bitmap.h
index ef2a73fb2798c888e7b10cfe911eaa530e7b992e..6af2d21627f8eab77e11b223459bd2b8b29da65d 100644 (file)
@@ -160,7 +160,6 @@ public:
 #endif // wxUSE_PALETTE
 
     wxMask *GetMask() const;
-    wxBitmap GetMaskBitmap() const;
     void SetMask(wxMask *mask);
 
     // these functions are internal and shouldn't be used, they risk to
@@ -238,6 +237,8 @@ public:
     bool Create(const wxBitmap& bitmap, int paletteIndex);
     bool Create(const wxBitmap& bitmap);
 
+    wxBitmap GetBitmap() const;
+
     // Implementation
     WXHBITMAP GetMaskBitmap() const { return m_maskBitmap; }
     void SetMaskBitmap(WXHBITMAP bmp) { m_maskBitmap = bmp; }