]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/response.h
Use the override specifier when overriding
[libs/net.git] / source / http / response.h
index 8d88c92875f99fc2229cf5f7458c957b81cac2d4..f7c6812c46c9be4472ab18fcd642a52568f44991 100644 (file)
@@ -16,7 +16,7 @@ private:
 public:
        Response(Status);
        Status get_status() const { return status; }
-       virtual std::string str() const;
+       std::string str() const override;
 
        static Response parse(const std::string &);
 };