summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeFactory.hpp')
-rw-r--r--src/engine/NodeFactory.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp
index 1271ceb2..3057319c 100644
--- a/src/engine/NodeFactory.hpp
+++ b/src/engine/NodeFactory.hpp
@@ -29,6 +29,7 @@
#include "ingen-config.h"
namespace Ingen {
+namespace Engine {
class NodeImpl;
class PatchImpl;
@@ -69,6 +70,7 @@ private:
#endif
};
+} // namespace Engine
} // namespace Ingen
#endif // INGEN_ENGINE_NODEFACTORY_HPP