summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Ping.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Ping.hpp')
-rw-r--r--src/engine/events/Ping.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/Ping.hpp b/src/engine/events/Ping.hpp
index 108948a0..cfb574ac 100644
--- a/src/engine/events/Ping.hpp
+++ b/src/engine/events/Ping.hpp
@@ -26,6 +26,8 @@ namespace Ingen {
class PortImpl;
+namespace Events {
+
/** A ping that travels through the pre-processed event queue before responding
* (useful for the order guarantee).
@@ -44,5 +46,6 @@ public:
} // namespace Ingen
+} // namespace Events
#endif // PINGQUEUEDEVENT_H