1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

don't use a pointer

This commit is contained in:
Jeff Becker 2020-01-25 12:41:34 -05:00
parent 8c82bfe5bf
commit bb6dce486f
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -47,7 +47,7 @@ namespace llarp
}
bool
operator!=(const RouterVersion* other) const
operator!=(const RouterVersion& other) const
{
return !(*this == other);
}