From eb9de008f94d598ae27916b02b30e4929cff5a02 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 16 Jun 2024 10:37:57 +0200 Subject: done --- GateNot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'GateNot.h') diff --git a/GateNot.h b/GateNot.h index 0f79a0d..b87f598 100644 --- a/GateNot.h +++ b/GateNot.h @@ -6,6 +6,7 @@ class GateNot : public Node { using Node::Node; public: + // \note max_inputs is overwritten here GateNot(); virtual ~GateNot() = default; virtual GateNot * clone() const; -- cgit v1.2.3