summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeBase.cpp')
-rw-r--r--src/engine/NodeBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/NodeBase.cpp b/src/engine/NodeBase.cpp
index f860631f..2fd93162 100644
--- a/src/engine/NodeBase.cpp
+++ b/src/engine/NodeBase.cpp
@@ -65,14 +65,14 @@ NodeBase::~NodeBase()
}
-Port*
+Shared::Port*
NodeBase::port(uint32_t index) const
{
return (*_ports)[index];
}
-const Plugin*
+const Shared::Plugin*
NodeBase::plugin() const
{
return _plugin;