aboutsummaryrefslogtreecommitdiff
path: root/NodeInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'NodeInput.h')
-rw-r--r--NodeInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NodeInput.h b/NodeInput.h
index 73ef6e1..bcca8f4 100644
--- a/NodeInput.h
+++ b/NodeInput.h
@@ -7,7 +7,7 @@ public:
NodeInput() = default;
NodeInput(const NodeInput * prototype);
~NodeInput() = default;
- virtual void compare();
+ virtual void sim();
virtual NodeInput * clone() const;
private: