X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..761df41e86ceeed56d32c038a6c9f88554d4f47a:/samples/widgets/textctrl.cpp diff --git a/samples/widgets/textctrl.cpp b/samples/widgets/textctrl.cpp index 94d0a322d7..be7e938f89 100644 --- a/samples/widgets/textctrl.cpp +++ b/samples/widgets/textctrl.cpp @@ -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) }; // ----------------------------------------------------------------------------