summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortActivity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortActivity.hpp')
-rw-r--r--src/engine/events/SendPortActivity.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/SendPortActivity.hpp b/src/engine/events/SendPortActivity.hpp
index 45a4cd36..bc2cb21f 100644
--- a/src/engine/events/SendPortActivity.hpp
+++ b/src/engine/events/SendPortActivity.hpp
@@ -25,6 +25,8 @@ namespace Ingen {
class PortImpl;
+namespace Events {
+
/** A special event used internally to send port activity notification (e.g.
* MIDI event activity) from the audio thread.
@@ -61,5 +63,6 @@ private:
} // namespace Ingen
+} // namespace Events
#endif // SENDPORTACTIVITYEVENT_H