X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/76abe9a5aad69eb7e67295588c6825cdae0341af..0cfec3ab589c6309bf284438d2148c7742cdaf10:/apt-pkg/contrib/srvrec.h diff --git a/apt-pkg/contrib/srvrec.h b/apt-pkg/contrib/srvrec.h index 2adad03e9..01b810281 100644 --- a/apt-pkg/contrib/srvrec.h +++ b/apt-pkg/contrib/srvrec.h @@ -29,6 +29,7 @@ class SrvRec bool operator<(SrvRec const &other) const { return this->priority < other.priority; } + bool operator==(SrvRec const &other) const; SrvRec(std::string const Target, u_int16_t const Priority, u_int16_t const Weight, u_int16_t const Port) :