summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreatePatch.hpp')
-rw-r--r--src/engine/events/CreatePatch.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/CreatePatch.hpp b/src/engine/events/CreatePatch.hpp
index 44b47d8c..3aa400bc 100644
--- a/src/engine/events/CreatePatch.hpp
+++ b/src/engine/events/CreatePatch.hpp
@@ -26,6 +26,8 @@ namespace Ingen {
class PatchImpl;
class CompiledPatch;
+namespace Events {
+
/** Creates a new Patch.
*
@@ -61,6 +63,7 @@ private:
} // namespace Ingen
+} // namespace Events
#endif // CREATEPATCHEVENT_H