summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r--src/engine/LV2Node.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp
index beaa7819..7633f4d7 100644
--- a/src/engine/LV2Node.hpp
+++ b/src/engine/LV2Node.hpp
@@ -27,6 +27,7 @@
#include "LV2Features.hpp"
namespace Ingen {
+namespace Engine {
class LV2Plugin;
@@ -71,9 +72,10 @@ protected:
LV2_Contexts_MessageContext* _message_funcs;
- SharedPtr<Shared::LV2Features::FeatureArray> _features;
+ SharedPtr<Ingen::Shared::LV2Features::FeatureArray> _features;
};
+} // namespace Engine
} // namespace Ingen
#endif // INGEN_ENGINE_LV2NODE_HPP