X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/411a1c35ff2e9be0bef6e2997f00dded357f2906..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/osx/carbon/bmpbuttn.cpp diff --git a/src/osx/carbon/bmpbuttn.cpp b/src/osx/carbon/bmpbuttn.cpp index 55147f94e4..a655e9cb69 100644 --- a/src/osx/carbon/bmpbuttn.cpp +++ b/src/osx/carbon/bmpbuttn.cpp @@ -27,7 +27,7 @@ namespace // define a derived class to override SetBitmap() and also to provide // InitButtonContentInfo() helper used by CreateBitmapButton() -class wxMacBitmapButton : public wxMacControl, public wxBitmapButtonImpl +class wxMacBitmapButton : public wxMacControl, public wxButtonImpl { public: wxMacBitmapButton(wxWindowMac* peer, const wxBitmap& bitmap, int style) @@ -73,8 +73,8 @@ public: void SetPressedBitmap( const wxBitmap& WXUNUSED(bitmap) ) { // not implemented under Carbon - } - + } + private: // helper function: returns true if the given bitmap is of one of standard // sizes supported by OS X icons