aboutsummaryrefslogtreecommitdiff
path: root/NodeInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'NodeInput.h')
-rw-r--r--NodeInput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/NodeInput.h b/NodeInput.h
index 29ef091..ebacf4f 100644
--- a/NodeInput.h
+++ b/NodeInput.h
@@ -7,6 +7,8 @@ public:
NodeInput();
~NodeInput() = default;
+ virtual void addInput(Net *);
+
protected:
using Node::Node;
};