]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/button.cpp
Don't set a normal cursor for the frame, set the NULL cursor, else
[wxWidgets.git] / samples / widgets / button.cpp
index eee43761952a1ed2de4ddc3c248e9000e35c6e23..c5c3dcac65e04072ae3854a7428964a75c0e0f8b 100644 (file)
@@ -112,8 +112,8 @@ protected:
     wxTextCtrl *m_textLabel;
 
 private:
-    DECLARE_EVENT_TABLE();
-    DECLARE_WIDGETS_PAGE(ButtonWidgetsPage);
+    DECLARE_EVENT_TABLE()
+    DECLARE_WIDGETS_PAGE(ButtonWidgetsPage)
 };
 
 // ----------------------------------------------------------------------------