diff --git a/beast/utility/PropertyStream.h b/beast/utility/PropertyStream.h index a8fb8956c..d5181ff2b 100644 --- a/beast/utility/PropertyStream.h +++ b/beast/utility/PropertyStream.h @@ -142,7 +142,7 @@ public: template PropertyStream const& operator<< (Value value) const - { append (value); return &this; } + { append (value); return *this; } /** @} */ private: