X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..3a61f5db2c1292d1f6cbfc5bff1edfbdf7b1fc99:/include/wx/process.h diff --git a/include/wx/process.h b/include/wx/process.h index 814f3e06a5..2f1027ae64 100644 --- a/include/wx/process.h +++ b/include/wx/process.h @@ -104,9 +104,14 @@ public: wxInputStream *errStream); #endif // wxUSE_STREAMS + // implementation only - don't use! + // -------------------------------- + + // needs to be public since it needs to be used from wxExecute() global func + void SetPid(long pid) { m_pid = pid; } + protected: void Init(wxEvtHandler *parent, int id, int flags); - void SetPid(long pid) { m_pid = pid; } int m_id; long m_pid;