]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/srvrec.h
fix "Mismatched free() / delete / delete []" in simple_buffer
[apt.git] / apt-pkg / contrib / srvrec.h
index 2adad03e9e064383c0a2473de6e6386c9a7ad137..01b810281b0c16ffe091da5be94a9f32d0bbecb3 100644 (file)
@@ -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) :