X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b644e988916d05df4274068fcce6502eb2d46b3..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/gauge.h?ds=sidebyside diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index f64df99fc7..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;