fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / zypp / PluginScript.h
index 2f1e4d9..cca3fc1 100644 (file)
 #include <string>
 #include <vector>
 
-#include "zypp/base/PtrTypes.h"
-#include "zypp/Pathname.h"
+#include <zypp/base/PtrTypes.h>
+#include <zypp/Pathname.h>
 
-#include "zypp/PluginFrame.h"
-#include "zypp/PluginScriptException.h"
+#include <zypp/PluginFrame.h>
+#include <zypp/PluginScriptException.h>
 
 ///////////////////////////////////////////////////////////////////
 namespace zypp
 { /////////////////////////////////////////////////////////////////
 
   /**
-   * \brief Interface to pluigin scripts using a \c Stomp inspired communication protocol.
+   * \brief Interface to plugin scripts using a \c Stomp inspired communication protocol.
    *
    * \note \ref PluginScript is copyable and assignable, but the connection is shared
    * among multiple copies. It gets automatically closed if the last copy goes out of
@@ -182,7 +182,7 @@ namespace zypp
 
     public:
       /** Implementation. */
-      class Impl;
+      struct Impl;
     private:
       /** Pointer to implementation. */
       RW_pointer<Impl> _pimpl;