]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/static.cpp
SetPath() is now implemented in dirdlg.cpp
[wxWidgets.git] / samples / widgets / static.cpp
index 61109a84d0853ba96a6b6c08621dd9e7cf2125d4..0802ff24548448ef5550acde2d2a38f10625ee42 100644 (file)
@@ -118,8 +118,8 @@ protected:
                *m_textLabel;
 
 private:
-    DECLARE_EVENT_TABLE();
-    DECLARE_WIDGETS_PAGE(StaticWidgetsPage);
+    DECLARE_EVENT_TABLE()
+    DECLARE_WIDGETS_PAGE(StaticWidgetsPage)
 };
 
 // ----------------------------------------------------------------------------