summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/expr/array_store_all.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/array_store_all.cpp b/src/expr/array_store_all.cpp
index d9d0a5f8d..6ac07c81d 100644
--- a/src/expr/array_store_all.cpp
+++ b/src/expr/array_store_all.cpp
@@ -40,6 +40,7 @@ ArrayStoreAll::~ArrayStoreAll() throw() {
ArrayStoreAll& ArrayStoreAll::operator=(const ArrayStoreAll& other){
(*d_type) = other.getType();
(*d_expr) = other.getExpr();
+ return *this;
}
ArrayStoreAll::ArrayStoreAll(const ArrayType& type, const Expr& expr)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback