aboutsummaryrefslogtreecommitdiff
path: root/GateAnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'GateAnd.h')
-rw-r--r--GateAnd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/GateAnd.h b/GateAnd.h
index 4c19836..8b399e1 100644
--- a/GateAnd.h
+++ b/GateAnd.h
@@ -7,10 +7,10 @@ class GateAnd : public Node {
public:
GateAnd() = default;
- ~GateAnd() = default;
+ virtual ~GateAnd() = default;
virtual GateAnd * clone() const;
-protected:
+public:
SignalLevel level();
private: