X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aff23fcd97855c4bf263275d5237c132c895035d..6e4d60a3b843bcd23d2b65d426fd511f8d10f97a:/samples/exec/exec.cpp diff --git a/samples/exec/exec.cpp b/samples/exec/exec.cpp index 13cfdc28e9..d09f94e5c3 100644 --- a/samples/exec/exec.cpp +++ b/samples/exec/exec.cpp @@ -83,7 +83,7 @@ public: // Define an array of process pointers used by MyFrame class MyPipedProcess; -WX_DEFINE_ARRAY(MyPipedProcess *, MyProcessesArray); +WX_DEFINE_ARRAY_NO_PTR(MyPipedProcess *, MyProcessesArray); // Define a new frame type: this is going to be our main frame class MyFrame : public wxFrame