Imported Upstream version 17.23.2
[platform/upstream/libzypp.git] / zypp / media / CredentialManager.h
index 1a57c64..bd46fab 100644 (file)
@@ -48,7 +48,7 @@ namespace zypp
   // comparator for CredentialSet
   struct AuthDataComparator
   {
-    bool operator()(const AuthData_Ptr & lhs, const AuthData_Ptr & rhs);
+    bool operator()(const AuthData_Ptr & lhs, const AuthData_Ptr & rhs) const;
   };
 
   //////////////////////////////////////////////////////////////////////