diff options
Diffstat (limited to 'src/engine/events/SetPortValue.hpp')
-rw-r--r-- | src/engine/events/SetPortValue.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp index 31eb67de..701ab09f 100644 --- a/src/engine/events/SetPortValue.hpp +++ b/src/engine/events/SetPortValue.hpp @@ -26,6 +26,8 @@ namespace Ingen { class PortImpl; +namespace Events { + /** An event to change the value of a port. * @@ -82,5 +84,6 @@ private: } // namespace Ingen +} // namespace Events #endif // SETPORTVALUEEVENT_H |