]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/combobox.cpp
Define SF_UNICODE if undefined
[wxWidgets.git] / samples / widgets / combobox.cpp
index 365b2778f015bbebe3c7502c49e865b429827df9..b270e2656c412c3a69ddc9adae51897c9458654e 100644 (file)
@@ -133,8 +133,8 @@ protected:
                *m_textDelete;
 
 private:
-    DECLARE_EVENT_TABLE();
-    DECLARE_WIDGETS_PAGE(ComboboxWidgetsPage);
+    DECLARE_EVENT_TABLE()
+    DECLARE_WIDGETS_PAGE(ComboboxWidgetsPage)
 };
 
 // ----------------------------------------------------------------------------