X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c7789014106c9269b0f4ecc1a3071b14f351d3f..e2cb366f612460ba70fb12560c112fef2d8389dd:/include/wx/process.h diff --git a/include/wx/process.h b/include/wx/process.h index 36e7519bd8..99dd8ab20e 100644 --- a/include/wx/process.h +++ b/include/wx/process.h @@ -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); } @@ -132,7 +132,7 @@ protected: class WXDLLIMPEXP_FWD_BASE wxProcessEvent; -wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_BASE, wxEVT_END_PROCESS, wxProcessEvent ) +wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_BASE, wxEVT_END_PROCESS, wxProcessEvent ); class WXDLLIMPEXP_BASE wxProcessEvent : public wxEvent {