summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalPlugin.hpp')
-rw-r--r--src/engine/InternalPlugin.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp
index 53fa04ed..6301b999 100644
--- a/src/engine/InternalPlugin.hpp
+++ b/src/engine/InternalPlugin.hpp
@@ -31,6 +31,7 @@
#define NS_INTERNALS "http://drobilla.net/ns/ingen-internals#"
namespace Ingen {
+namespace Engine {
class NodeImpl;
class BufferFactory;
@@ -46,7 +47,7 @@ public:
NodeImpl* instantiate(BufferFactory& bufs,
const std::string& name,
bool polyphonic,
- Ingen::PatchImpl* parent,
+ PatchImpl* parent,
Engine& engine);
const std::string symbol() const { return _symbol; }
@@ -55,6 +56,7 @@ private:
const std::string _symbol;
};
+} // namespace Engine
} // namespace Ingen
#endif // INGEN_ENGINE_INTERNALPLUGIN_HPP