X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk1/gauge.h?ds=sidebyside diff --git a/include/wx/gtk1/gauge.h b/include/wx/gtk1/gauge.h index 680e6690c4..2d8aa5c8d9 100644 --- a/include/wx/gtk1/gauge.h +++ b/include/wx/gtk1/gauge.h @@ -2,7 +2,6 @@ // Name: wx/gtk1/gauge.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -45,8 +44,8 @@ public: void SetBezelFace( int WXUNUSED(w) ) { } void SetRange( int r ); void SetValue( int pos ); - int GetShadowWidth() const { return 0; }; - int GetBezelFace() const { return 0; }; + int GetShadowWidth() const { return 0; } + int GetBezelFace() const { return 0; } int GetRange() const; int GetValue() const;