Imported Upstream version 17.14.0
[platform/upstream/libzypp.git] / zypp / parser / susetags / ContentFileReader.h
index addf838..2a0694a 100644 (file)
@@ -85,7 +85,7 @@ namespace zypp
                                 const std::string & line_r = "-" ) const;
 
        private:
-         class Impl;
+         struct Impl;
          RW_pointer<Impl,rw_pointer::Scoped<Impl> > _pimpl;
          RepoIndexConsumer _repoIndexConsumer;
       };