X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/gauge.h diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index 0877888b01..faac3db4b8 100644 --- a/include/wx/os2/gauge.h +++ b/include/wx/os2/gauge.h @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/06/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -61,7 +60,7 @@ public: void SetValue(int nPos); inline virtual bool AcceptsFocus(void) const { return FALSE; } - inline virtual void Command(wxCommandEvent& WXUNUSED(rEvent)) {}; + inline virtual void Command(wxCommandEvent& WXUNUSED(rEvent)) {} protected: int m_nRangeMax; @@ -69,7 +68,7 @@ protected: int m_nWidth; int m_nHeight; - wxSize wxGauge::DoGetBestSize(void) const; + wxSize DoGetBestSize(void) const; private: DECLARE_DYNAMIC_CLASS(wxGauge)