mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
More PropertyStream output for PeerFinder
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
|||||||
|
|
||||||
template <typename Value>
|
template <typename Value>
|
||||||
PropertyStream const& operator<< (Value value) const
|
PropertyStream const& operator<< (Value value) const
|
||||||
{ append (value); return &this; }
|
{ append (value); return *this; }
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user