From ed5a98f6979e5c46c4c81ebc7d48e8214f3c42b9 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 6 Oct 2013 16:11:22 -0700 Subject: [PATCH] More PropertyStream output for PeerFinder --- beast/utility/PropertyStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: