More PropertyStream output for PeerFinder

This commit is contained in:
Vinnie Falco
2013-10-06 16:11:22 -07:00
parent fcfa10d508
commit ed5a98f697

View File

@@ -142,7 +142,7 @@ public:
template <typename Value>
PropertyStream const& operator<< (Value value) const
{ append (value); return &this; }
{ append (value); return *this; }
/** @} */
private: