diff options
Diffstat (limited to 'src/engine/QueuedEvent.hpp')
-rw-r--r-- | src/engine/QueuedEvent.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/QueuedEvent.hpp b/src/engine/QueuedEvent.hpp index 3bcd16ff..99c5ff33 100644 --- a/src/engine/QueuedEvent.hpp +++ b/src/engine/QueuedEvent.hpp @@ -21,6 +21,7 @@ #include "Event.hpp" namespace Ingen { +namespace Engine { /** An Event with a not-time-critical preprocessing stage. * @@ -70,6 +71,7 @@ protected: bool _blocking; }; +} // namespace Engine } // namespace Ingen #endif // INGEN_ENGINE_QUEUEDEVENT_HPP |