summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SetPortValue.hpp')
-rw-r--r--src/engine/events/SetPortValue.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp
index 80efa842..78ef0cf4 100644
--- a/src/engine/events/SetPortValue.hpp
+++ b/src/engine/events/SetPortValue.hpp
@@ -23,6 +23,7 @@
#include "types.hpp"
namespace Ingen {
+namespace Engine {
class PortImpl;
@@ -75,6 +76,7 @@ private:
PortImpl* _port;
};
+} // namespace Engine
} // namespace Ingen
} // namespace Events