]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
Add missing wxUSE_OLE checks to safearray.cpp.
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 680e6690c4675303576d5a26c4f45757725047e1..41531b05d1766e54f78a1e388cd76541f1d3c6ae 100644 (file)
@@ -45,8 +45,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;