From d36d6da3b422b19cba13eafefd1ee5c50d3b1f46 Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Wed, 28 Mar 2018 15:06:21 -0300 Subject: [PATCH] fix #31 --- include/bounce/common/template/array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bounce/common/template/array.h b/include/bounce/common/template/array.h index a92f2f7..028dfd2 100644 --- a/include/bounce/common/template/array.h +++ b/include/bounce/common/template/array.h @@ -238,7 +238,7 @@ public : void operator=(const b3StackArray& other) { - Swap(other); + b3Array::Swap((const b3Array& )other); } void operator=(const b3Array& other)