]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/response.h
Mark special member functions as defaulted where appropriate
[libs/net.git] / source / http / response.h
index d721ad804a4d7ea7aab8ee8a89812d644e9001ba..8d88c92875f99fc2229cf5f7458c957b81cac2d4 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef MSP_HTTP_RESPONSE_H_
-#define MSP_HTTO_RESPONSE_H_
+#define MSP_HTTP_RESPONSE_H_
 
 #include "message.h"
 #include "status.h"
@@ -12,7 +12,7 @@ class Response: public Message
 private:
        Status status;
 
-       Response() { }
+       Response() = default;
 public:
        Response(Status);
        Status get_status() const { return status; }