X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fcommunicator.h;fp=source%2Fnet%2Fcommunicator.h;h=822b16ef998dbd706d1ea1617950175d488496ca;hp=322d095a8ec3d1c1df5b258c25f65b3c88a713fa;hb=3ab65d35cfd696002e09768a38f98e6a2e1ade81;hpb=1c300cbe77a7084951a080020361fc45bd190253 diff --git a/source/net/communicator.h b/source/net/communicator.h index 322d095..822b16e 100644 --- a/source/net/communicator.h +++ b/source/net/communicator.h @@ -35,10 +35,10 @@ private: ReceiverBase &receiver; int handshake_status = 0; std::size_t buf_size = 65536; - char *in_buf = 0; - char *in_begin = 0; - char *in_end = 0; - char *out_buf = 0; + char *in_buf = nullptr; + char *in_begin = nullptr; + char *in_end = nullptr; + char *out_buf = nullptr; bool good = true; public: