X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbf858b5d69f53efd3950cae99322f54355aa983..af0bb3b161bc687d4a53a83c930c807bfa300a2d:/include/wx/gtk/control.h diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 80cc74b331..d3a164d275 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -7,7 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKCONTROLH__ #define __GTKCONTROLH__ @@ -46,10 +45,11 @@ public: // char (the one immediately after '&') into m_chAccel (@@ not yet) virtual void SetLabel( const wxString &label ); virtual wxString GetLabel() const; - + protected: wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on + }; #endif // __GTKCONTROLH__