]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
added template wxScopedArray<> too
[wxWidgets.git] / include / wx / process.h
index 36e7519bd808c364f09ce756241be82330de3768..22be1732308380ba3de3dbd6928383a883f388a8 100644 (file)
@@ -55,7 +55,7 @@ public:
 
 
     // ctors
-    wxProcess(wxEvtHandler *parent = (wxEvtHandler *) NULL, int nId = wxID_ANY)
+    wxProcess(wxEvtHandler *parent = NULL, int nId = wxID_ANY)
         { Init(parent, nId, wxPROCESS_DEFAULT); }
 
     wxProcess(int flags) { Init(NULL, wxID_ANY, flags); }