Switch to side-by-side view
--- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -153,7 +153,7 @@ }; bool ExecCmd::Internal::o_useVfork = false; -ExecCmd::ExecCmd() +ExecCmd::ExecCmd(int) { m = new Internal(); if (m)
--- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -153,7 +153,7 @@ }; bool ExecCmd::Internal::o_useVfork = false; -ExecCmd::ExecCmd() +ExecCmd::ExecCmd(int) { m = new Internal(); if (m)