diff options
Diffstat (limited to 'NodeInput.h')
-rw-r--r-- | NodeInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NodeInput.h b/NodeInput.h index 4317e0c..074e400 100644 --- a/NodeInput.h +++ b/NodeInput.h @@ -9,6 +9,7 @@ public: NodeInput(); ~NodeInput() = default; + //! override: throw exception virtual void addInput(Net *); }; |