Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / devel / devel.ma / Xml.cc
index 07d06ef..eab52b6 100644 (file)
@@ -20,7 +20,7 @@ using zypp::debug::Measure;
 ///////////////////////////////////////////////////////////////////
 
 /** Helper to detect an objects type. */
-template<class _Cl> void ti( const _Cl & c )
+template<class TCl> void ti( const TCl & c )
 {
   SEC << __PRETTY_FUNCTION__ << endl;
 }