Skip to content

Commit b6baba0

Browse files
Merge branch 'OverlapPair_copy_constructor' of https://github.com/robertocapuano/reactphysics3d into robertocapuano-OverlapPair_copy_constructor
2 parents 85fbcf8 + aac7411 commit b6baba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/reactphysics3d/collision/OverlapCallback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class OverlapCallback {
9393
// -------------------- Methods -------------------- //
9494

9595
/// Copy constructor
96-
OverlapPair(const OverlapPair& contactPair) = delete;
96+
OverlapPair(const OverlapPair& contactPair) = default;
9797

9898
/// Assignment operator
9999
OverlapPair& operator=(const OverlapPair& contactPair) = delete;

0 commit comments

Comments
 (0)