aboutsummaryrefslogtreecommitdiff
path: root/GateAnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'GateAnd.h')
-rw-r--r--GateAnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GateAnd.h b/GateAnd.h
index 142c628..f56ca47 100644
--- a/GateAnd.h
+++ b/GateAnd.h
@@ -13,7 +13,7 @@ public:
private:
SignalLevel level();
- GateAnd(const char * type);
+ using Node::Node;
constexpr static const char * type = "and";
static GateAnd instance;
};