Skip to content

Commit

Permalink
Merge branch 'OverlapPair_copy_constructor' of https://github.com/rob…
Browse files Browse the repository at this point in the history
…ertocapuano/reactphysics3d into robertocapuano-OverlapPair_copy_constructor
  • Loading branch information
DanielChappuis committed Jun 13, 2024
2 parents 85fbcf8 + aac7411 commit b6baba0
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 b6baba0

Please sign in to comment.