X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c905c0d60f4bd407cc4cbfd809d5cf8a51a61523..55bfbcb92b41ab1c6a0d490f2f3fcadefc069bb7:/include/wx/combo.h diff --git a/include/wx/combo.h b/include/wx/combo.h index 74a5bb384b..d1b129f004 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -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();