diff options
Diffstat (limited to 'GateAnd.h')
-rw-r--r-- | GateAnd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ public: virtual GateAnd * clone() const; private: + SignalLevel level(); + GateAnd(const char * type); constexpr static const char * type = "and"; static GateAnd instance; |