]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gauge.h
fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENTRY (entry)' failed
[wxWidgets.git] / include / wx / os2 / gauge.h
index f64df99fc7b664921555b656db78276057c1b043..083e9f13a7a0bb87740cda5c4d9ae1bf9d4a5c26 100644 (file)
@@ -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;