don't use a pointer

pull/1072/head
Jeff Becker 4 years ago
parent 8c82bfe5bf
commit bb6dce486f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save