X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..b5ec0c78b521cfa0f276e4d5d830f35b4fa26e91:/include/wx/os2/gauge.h?ds=sidebyside diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index 0877888b01..083e9f13a7 100644 --- a/include/wx/os2/gauge.h +++ b/include/wx/os2/gauge.h @@ -61,7 +61,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 +69,7 @@ protected: int m_nWidth; int m_nHeight; - wxSize wxGauge::DoGetBestSize(void) const; + wxSize DoGetBestSize(void) const; private: DECLARE_DYNAMIC_CLASS(wxGauge)