diff --git a/src/NCollection/NCollection_Array1.hxx b/src/NCollection/NCollection_Array1.hxx index c476322fe0..ec012f7052 100644 --- a/src/NCollection/NCollection_Array1.hxx +++ b/src/NCollection/NCollection_Array1.hxx @@ -192,7 +192,7 @@ public: } //! Move constructor - NCollection_Array1 (const NCollection_Array1&& theOther) + NCollection_Array1 (NCollection_Array1&& theOther) : myLowerBound (theOther.myLowerBound), myUpperBound (theOther.myUpperBound), myDeletable (theOther.myDeletable),