diff --git a/src/endpoint.hpp b/src/endpoint.hpp index 8727ae5c..3bfa2415 100644 --- a/src/endpoint.hpp +++ b/src/endpoint.hpp @@ -29,7 +29,7 @@ struct endpoint_uri_pair_t return local_type == endpoint_type_bind ? local : remote; } - const bool clash () const { return local == remote; } + bool clash () const { return local == remote; } std::string local, remote; endpoint_type_t local_type;