X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fprocess.h;fp=source%2Fcore%2Fprocess.h;h=0d7faa6c82f96c0e1eb413e582eab6c5a10ff4f4;hp=f21ecb337d76d5c8718b056478597968f04c0f9a;hb=41363aed34382386f915f17c1a961750b4fdcb14;hpb=26a5878092f6547e701fd1a33abbf1878d26ab70 diff --git a/source/core/process.h b/source/core/process.h index f21ecb3..0d7faa6 100644 --- a/source/core/process.h +++ b/source/core/process.h @@ -30,12 +30,12 @@ public: private: struct Private; - Private *priv = 0; + Private *priv = nullptr; FS::Path work_dir; bool redirect = false; - IO::Base *cin = 0; - IO::Base *cout = 0; - IO::Base *cerr = 0; + IO::Base *cin = nullptr; + IO::Base *cout = nullptr; + IO::Base *cerr = nullptr; bool running = false; bool finished = false; unsigned exit_code = 0;