Skip to content

Commit

Permalink
Merge branch 'robertocapuano-OverlapPair_copy_constructor' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Jun 13, 2024
2 parents 85fbcf8 + b6baba0 commit 2c1658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reactphysics3d/collision/OverlapCallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class OverlapCallback {
// -------------------- Methods -------------------- //

/// Copy constructor
OverlapPair(const OverlapPair& contactPair) = delete;
OverlapPair(const OverlapPair& contactPair) = default;

/// Assignment operator
OverlapPair& operator=(const OverlapPair& contactPair) = delete;
Expand Down

0 comments on commit 2c1658a

Please sign in to comment.