]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/thread.cpp
expat must be added to the template, not generated wxWindows.dsp
[wxWidgets.git] / samples / thread / thread.cpp
index 1fc119359c0b8dd1abac5115b14d962b4ab78aad..1040e283d047e0c47aa02e1f8ac814d7ff552710 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 class MyThread;
-WX_DEFINE_ARRAY(wxThread *, wxArrayThread);
+WX_DEFINE_ARRAY_NO_PTR(wxThread *, wxArrayThread);
 
 // Define a new application type
 class MyApp : public wxApp