summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/EnablePortBroadcastingEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/EnablePortBroadcastingEvent.hpp')
-rw-r--r--src/libs/engine/events/EnablePortBroadcastingEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/EnablePortBroadcastingEvent.hpp b/src/libs/engine/events/EnablePortBroadcastingEvent.hpp
index e24389cb..f9bc4e98 100644
--- a/src/libs/engine/events/EnablePortBroadcastingEvent.hpp
+++ b/src/libs/engine/events/EnablePortBroadcastingEvent.hpp
@@ -26,7 +26,7 @@ using std::string;
namespace Ingen {
-class Port;
+class PortImpl;
namespace Shared { class ClientInterface; }
using Shared::ClientInterface;
@@ -50,7 +50,7 @@ public:
private:
const std::string _port_path;
- Port* _port;
+ PortImpl* _port;
bool _enable;
};