Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / Pathname.cc
index 91656b9..0dbb04e 100644 (file)
@@ -73,7 +73,7 @@ namespace zypp
        }
       };
 
-      for ( auto ch : name_r )
+      for ( char ch : name_r )
       {
        switch ( ch )
        {