diff --git a/src/TNL/Containers/Array.h b/src/TNL/Containers/Array.h
index 96545ab32764191ab8b8fea8499b92580030d771..2bf88373c9c70914c88818369747ade14a0a35c9 100644
--- a/src/TNL/Containers/Array.h
+++ b/src/TNL/Containers/Array.h
@@ -121,7 +121,7 @@ class Array : public Object
        */
       [[deprecated("Binding functionality of Array is deprecated, ArrayView should be used instead.")]]
       Array( Array& array,
-             const IndexType& begin = 0,
+             const IndexType& begin,
              const IndexType& size = 0 );
 
       /**