X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbf858b5d69f53efd3950cae99322f54355aa983..0868079c33c321955e08e34515a60cf25dee6ca6:/include/wx/gtk1/control.h diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index 80cc74b331..d3a164d275 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/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__