diff options
Diffstat (limited to 'GateNot.h')
-rw-r--r-- | GateNot.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |