diff --git a/include/bounce/common/template/array.h b/include/bounce/common/template/array.h index 028dfd2..e920edd 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) { - b3Array::Swap((const b3Array& )other); + b3Array::Swap((const b3Array&) (other)); } void operator=(const b3Array& other)