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)