X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..7ef8bfc4c75374ffd4de538cdeaa0f81b69bf61f:/include/wx/bmpbuttn.h diff --git a/include/wx/bmpbuttn.h b/include/wx/bmpbuttn.h index 4b23b568c2..7c1ad834fd 100644 --- a/include/wx/bmpbuttn.h +++ b/include/wx/bmpbuttn.h @@ -69,6 +69,10 @@ protected: // the margins around the bitmap int m_marginX, m_marginY; +private: + // Prevent Virtual function hiding warnings + void SetLabel(const wxString& rsLabel) + { wxWindowBase::SetLabel(rsLabel); } }; #if defined(__WXUNIVERSAL__)