diff options
Diffstat (limited to 'GateAnd.h')
-rw-r--r-- | GateAnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ public: private: SignalLevel level(); - GateAnd(const char * type); + using Node::Node; constexpr static const char * type = "and"; static GateAnd instance; }; |