use '= default' when default functions should be used
This commit is contained in:
@ -30,8 +30,7 @@
|
||||
Body23Joint::Body23Joint(){
|
||||
DimQandU(4,2);
|
||||
}
|
||||
Body23Joint::~Body23Joint(){
|
||||
}
|
||||
Body23Joint::~Body23Joint() = default;
|
||||
|
||||
JointType Body23Joint::GetType(){
|
||||
return BODY23JOINT;
|
||||
|
||||
Reference in New Issue
Block a user