use '= default' when default functions should be used
This commit is contained in:
@ -21,8 +21,7 @@
|
||||
Point::Point(){
|
||||
position.Zeros();
|
||||
}
|
||||
Point::~Point(){
|
||||
}
|
||||
Point::~Point() = default;
|
||||
|
||||
bool Point::ReadIn(std::istream& in){
|
||||
return ReadInPointData(in);
|
||||
|
||||
Reference in New Issue
Block a user