diff options
Diffstat (limited to 'NodeOutput.h')
-rw-r--r-- | NodeOutput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NodeOutput.h b/NodeOutput.h index 8b3eb44..9110e93 100644 --- a/NodeOutput.h +++ b/NodeOutput.h @@ -11,6 +11,7 @@ public: virtual NodeOutput * clone() const; virtual void sim(); + //! override: throw exception virtual void setOutput(Net *); public: |