pull/42/head
Jeff Becker 6 years ago
parent 11e2e565c3
commit 13f9816c38
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -160,7 +160,7 @@ namespace llarp
friend std::ostream&
operator<<(std::ostream& out, const huint16_t& a)
{
return out<< a.h;
return out << a.h;
}
struct Hash

Loading…
Cancel
Save