]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.cpp
Fixed the code to actually work.
[wxWidgets.git] / samples / widgets / widgets.cpp
index e9aed3c767f03f8a0ef71f860b2af79562e1608e..3be389590501c7fca34ebe1e327ffe320c66aee7 100644 (file)
@@ -164,7 +164,7 @@ private:
 };
 
 // array of pages
-WX_DEFINE_ARRAY_NO_PTR(WidgetsPage *, ArrayWidgetsPage);
+WX_DEFINE_ARRAY_PTR(WidgetsPage *, ArrayWidgetsPage);
 
 // ----------------------------------------------------------------------------
 // misc macros