mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028796: Coding Rules - fix declaration of Move constructor in NCollection_Array1
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user