Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / PoolQuery.cc
index 5fe838e..4e286b2 100644 (file)
@@ -209,8 +209,8 @@ namespace zypp
        * string representation instead. If you add new predicated, check the
        * deserialization code in \ref deserialize.
        */
-      template<class TPredicate>
-      void addPredicate( const TPredicate & predicate_r )
+      template<class _Predicate>
+      void addPredicate( const _Predicate & predicate_r )
       {
         predicate    = predicate_r;
         predicateStr = predicate_r.serialize();