Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / pool / PoolStats.h
index 0b9f684..a01abed 100644 (file)
@@ -66,9 +66,9 @@ namespace zypp
    *  number of ResObjects per Kind in a container.
    * Fits container of ResObject::Ptr or PoolItem.
   */
-  template <class TIterator>
+  template <class _Iterator>
     std::ostream & dumpPoolStats( std::ostream & str,
-                                  TIterator begin_r, TIterator end_r )
+                                  _Iterator begin_r, _Iterator end_r )
     {
       pool::PoolStats stats;
       std::for_each( begin_r, end_r,