summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 17b1c37b..3bc66cd3 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -40,11 +40,11 @@ namespace GUI {
class Port : public FlowCanvas::Port
{
public:
- static SharedPtr<Port> create(
- FlowCanvas::Module& module,
- SharedPtr<const PortModel> pm,
- bool human_name,
- bool flip = false);
+ static Port* create(
+ FlowCanvas::Module& module,
+ SharedPtr<const PortModel> pm,
+ bool human_name,
+ bool flip = false);
~Port();