X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fresponse.h;fp=source%2Fhttp%2Fresponse.h;h=8d88c92875f99fc2229cf5f7458c957b81cac2d4;hb=d11d422d06ca0277dff4860a0bf71b1844c94b8a;hp=bb471f0de4fe80879ea7da223152b8ee4e671486;hpb=ee01d294f9078fbf17dc6a0a645ad3a342c49b1a;p=libs%2Fnet.git diff --git a/source/http/response.h b/source/http/response.h index bb471f0..8d88c92 100644 --- a/source/http/response.h +++ b/source/http/response.h @@ -12,7 +12,7 @@ class Response: public Message private: Status status; - Response() { } + Response() = default; public: Response(Status); Status get_status() const { return status; }