]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/slider.cpp
info about removal of wxhtml.rc
[wxWidgets.git] / samples / widgets / slider.cpp
index bdac12d8cfe6f5516e25d4cd590185e1647ada4a..7c51fdf16c936187b6cc85ddb2b610c0705374f3 100644 (file)
@@ -130,8 +130,8 @@ protected:
                *m_textTickFreq;
 
 private:
-    DECLARE_EVENT_TABLE();
-    DECLARE_WIDGETS_PAGE(SliderWidgetsPage);
+    DECLARE_EVENT_TABLE()
+    DECLARE_WIDGETS_PAGE(SliderWidgetsPage)
 };
 
 // ----------------------------------------------------------------------------