projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxRegionGeneric and wxRegionIteratorGeneric using X.org code
[wxWidgets.git]
/
samples
/
exec
/
exec.cpp
diff --git
a/samples/exec/exec.cpp
b/samples/exec/exec.cpp
index c265104c7bc945be3470999e94c9f47a044e48dd..88781224152d92d93e016fd85d2471f721a5c372 100644
(file)
--- a/
samples/exec/exec.cpp
+++ b/
samples/exec/exec.cpp
@@
-55,6
+55,7
@@
#endif
#include "wx/txtstrm.h"
#endif
#include "wx/txtstrm.h"
+#include "wx/numdlg.h"
#include "wx/process.h"
#include "wx/process.h"
@@
-83,7
+84,7
@@
public:
// Define an array of process pointers used by MyFrame
class MyPipedProcess;
// Define an array of process pointers used by MyFrame
class MyPipedProcess;
-WX_DEFINE_ARRAY_
NO_
PTR(MyPipedProcess *, MyProcessesArray);
+WX_DEFINE_ARRAY_PTR(MyPipedProcess *, MyProcessesArray);
// Define a new frame type: this is going to be our main frame
class MyFrame : public wxFrame
// Define a new frame type: this is going to be our main frame
class MyFrame : public wxFrame