diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-12 15:54:44 +0200 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-12 15:54:44 +0200 |
commit | 8dafb610811a34f0ec49e7484942341cf78bb6f6 (patch) | |
tree | f206be2d3254b1b13a8cc17ca39213260182c168 /NodeInput.h | |
parent | d0aa3cb4e42d9ee60756b3807f4d23776a6f19c3 (diff) | |
parent | 79afbacfd2ce5c5b25bd38b9247977faf2cf5e34 (diff) |
Merge remote-tracking branch 'origin/master' into node
Diffstat (limited to 'NodeInput.h')
-rw-r--r-- | NodeInput.h | 2 |
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: |