X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmessage.h;h=b1809a610f857fc2c58da542d9f91315a4216fb3;hb=df006bfbbe8e8b49a52296f42894d4a452ed4c90;hp=6e139bd283c7ec9b5d942b087c1e33a3a14fe342;hpb=f53eda26a3160972908f15c2427a60b0b82fbe87;p=libs%2Fnet.git diff --git a/source/message.h b/source/message.h index 6e139bd..b1809a6 100644 --- a/source/message.h +++ b/source/message.h @@ -41,7 +41,7 @@ public: const Variant &get_user_data() const { return user_data; } bool is_complete() const { return complete; } unsigned parse_content(const std::string &); - virtual std::string str() const =0; + virtual std::string str() const = 0; protected: unsigned parse_headers(const std::string &); std::string str_common() const;