# | Line 36 | Line 36 | public: | |
---|---|---|
36 | operator const ext::String&() const { return login; } | |
37 | }; | |
38 | ||
39 | < | inline std::ostream& operator<<(std::ostream& sout, const Buddy& buddy) |
39 | > | inline ios::PrintWriter& operator<<(ios::PrintWriter& pout, const Buddy& buddy) |
40 | { | |
41 | < | return sout << ext::String(buddy); |
41 | > | return pout << ext::String(buddy); |
42 | } | |
43 | ||
44 | #endif // _Buddy_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |