summaryrefslogtreecommitdiffstats
path: root/src/engine/Event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Event.hpp')
-rw-r--r--src/engine/Event.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/Event.hpp b/src/engine/Event.hpp
index 0c7841fc..d6664683 100644
--- a/src/engine/Event.hpp
+++ b/src/engine/Event.hpp
@@ -25,6 +25,7 @@
#include "types.hpp"
namespace Ingen {
+namespace Engine {
class Engine;
class Request;
@@ -73,6 +74,7 @@ protected:
bool _executed;
};
+} // namespace Engine
} // namespace Ingen
#endif // INGEN_ENGINE_EVENT_HPP