Imported Upstream version 17.14.0
[platform/upstream/libzypp.git] / zypp / PoolItemBest.h
index b4ebc6b..a93e134 100644 (file)
@@ -144,7 +144,7 @@ namespace zypp
       const Container & container() const;
     private:
       /** Implementation  */
-      class Impl;
+      struct Impl;
       /** Pointer to implementation */
       RWCOW_pointer<Impl> & pimpl()             { return *(reinterpret_cast<RWCOW_pointer<Impl>*>( _dont_use_this_use_pimpl.get() )); }
       /** Pointer to implementation */