X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..2fda2145700445519a0ce539b04dc72bae180124:/include/wx/process.h?ds=sidebyside diff --git a/include/wx/process.h b/include/wx/process.h index e488f264d2..083ddf6dc7 100644 --- a/include/wx/process.h +++ b/include/wx/process.h @@ -128,6 +128,7 @@ protected: bool m_redirect; DECLARE_DYNAMIC_CLASS(wxProcess) + DECLARE_NO_COPY_CLASS(wxProcess) }; // ----------------------------------------------------------------------------