summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/RequestPluginsEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/RequestPluginsEvent.hpp')
-rw-r--r--src/libs/engine/events/RequestPluginsEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/RequestPluginsEvent.hpp b/src/libs/engine/events/RequestPluginsEvent.hpp
index 92a042f9..ae6a77a9 100644
--- a/src/libs/engine/events/RequestPluginsEvent.hpp
+++ b/src/libs/engine/events/RequestPluginsEvent.hpp
@@ -25,7 +25,7 @@ using std::string;
namespace Ingen {
-class Plugin;
+class PluginImpl;
class Responder;
namespace Shared {
class ClientInterface;
@@ -45,7 +45,7 @@ public:
void post_process();
private:
- std::list<Plugin*> _plugins;
+ std::list<PluginImpl*> _plugins;
};