aboutsummaryrefslogtreecommitdiff
path: root/NodeOutput.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-12 15:54:44 +0200
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-12 15:54:44 +0200
commit8dafb610811a34f0ec49e7484942341cf78bb6f6 (patch)
treef206be2d3254b1b13a8cc17ca39213260182c168 /NodeOutput.h
parentd0aa3cb4e42d9ee60756b3807f4d23776a6f19c3 (diff)
parent79afbacfd2ce5c5b25bd38b9247977faf2cf5e34 (diff)
Merge remote-tracking branch 'origin/master' into node
Diffstat (limited to 'NodeOutput.h')
-rw-r--r--NodeOutput.h2
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: