aboutsummaryrefslogtreecommitdiff
path: root/GateOr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GateOr.cpp')
-rw-r--r--GateOr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/GateOr.cpp b/GateOr.cpp
index 0aafe50..46b8fdb 100644
--- a/GateOr.cpp
+++ b/GateOr.cpp
@@ -18,3 +18,4 @@ GateOr::GateOr(const GateOr * prototype) : Node() { }
GateOr * GateOr::clone() const {
return new GateOr(this);
}
+