Skip to content

Commit 1b8c80b

Browse files
authored
Remove IKMarkerTask defaulted copy ctor
"Rule of three": if a copy ctor, copy assignment, or dtor are declared then all three should be
1 parent 5bbee51 commit 1b8c80b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OpenSim/Tools/IKMarkerTask.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ OpenSim_DECLARE_CONCRETE_OBJECT(IKMarkerTask, IKTask);
4040

4141
public:
4242
IKMarkerTask() = default;
43-
IKMarkerTask(const IKMarkerTask&) = default;
4443
//=============================================================================
4544
}; // END of class IKMarkerTask
4645
//=============================================================================

0 commit comments

Comments
 (0)