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 2e92bf0..3b60335 100644 --- a/NodeOutput.h +++ b/NodeOutput.h @@ -7,6 +7,7 @@ public: NodeOutput(const NodeOutput * prototype); ~NodeOutput() = default; virtual void sim(); + SignalLevel level() { return UNDEFINED; }; virtual NodeOutput * clone() const; private: |