]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
(blind) compilation fixes after latest changes
[wxWidgets.git] / include / wx / combo.h
index 74a5bb384ba277ffcf27fcb866a01d8c1de747d9..d1b129f004b2442bfd9a04ed00271f3c01eb5ffd 100644 (file)
@@ -659,7 +659,7 @@ public:
     // variable has been initialized before the call.
     // NOTE: It is not in constructor so the derived class doesn't need to redefine
     //       a default constructor of its own.
-    virtual void Init() { };
+    virtual void Init() { }
 
     virtual ~wxComboPopup();