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