]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
adding SetLabel -> SetTitle redirects, solves missing title updates using wxDocument...
[wxWidgets.git] / include / wx / gtk / gauge.h
index b06d3bf7f87496b3d23cf14423c5b46e8573105f..728d6b77829bbf7c93549a3b1f5ba5d126369bf8 100644 (file)
@@ -43,8 +43,8 @@ public:
 
     void SetShadowWidth( int WXUNUSED(w) ) { }
     void SetBezelFace( int WXUNUSED(w) ) { }
-    int GetShadowWidth() const { return 0; };
-    int GetBezelFace() const { return 0; };
+    int GetShadowWidth() const { return 0; }
+    int GetBezelFace() const { return 0; }
 
     // determinate mode API
     void SetRange( int r );