]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/textctrl.cpp
Applied #487077: updates/fixes for BCC32
[wxWidgets.git] / samples / widgets / textctrl.cpp
index 94d0a322d73bdd1e9183b03d59980ff988aa621f..be7e938f892db867c02933b8e3b3181abab8dc8f 100644 (file)
@@ -177,9 +177,8 @@ protected:
 
 private:
     // any class wishing to process wxWindows events must use this macro
-    DECLARE_EVENT_TABLE();
-
-    DECLARE_WIDGETS_PAGE(TextWidgetsPage);
+    DECLARE_EVENT_TABLE()
+    DECLARE_WIDGETS_PAGE(TextWidgetsPage)
 };
 
 // ----------------------------------------------------------------------------