aboutsummaryrefslogtreecommitdiff
path: root/GateNot.h
diff options
context:
space:
mode:
Diffstat (limited to 'GateNot.h')
-rw-r--r--GateNot.h1
1 files changed, 1 insertions, 0 deletions
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;