diff options
Diffstat (limited to 'src/engine/events/SendPortValue.hpp')
-rw-r--r-- | src/engine/events/SendPortValue.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/SendPortValue.hpp b/src/engine/events/SendPortValue.hpp index 87d42e7a..051070b7 100644 --- a/src/engine/events/SendPortValue.hpp +++ b/src/engine/events/SendPortValue.hpp @@ -25,6 +25,8 @@ namespace Ingen { class PortImpl; +namespace Events { + /** A special event used internally to send port values from the audio thread. * @@ -72,5 +74,6 @@ private: } // namespace Ingen +} // namespace Events #endif // SENDPORTVALUEEVENT_H |