diff options
Diffstat (limited to 'NodeOutput.h')
-rw-r--r-- | NodeOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NodeOutput.h b/NodeOutput.h index 4e7f742..2e92bf0 100644 --- a/NodeOutput.h +++ b/NodeOutput.h @@ -6,7 +6,7 @@ class NodeOutput : public Node { public: NodeOutput(const NodeOutput * prototype); ~NodeOutput() = default; - virtual void compare(); + virtual void sim(); virtual NodeOutput * clone() const; private: |