Let's =default to avoid an out of line definition question

pull/1240/head
hsutter 8 years ago
parent aa645b0372
commit 28e9f02550

@ -2122,7 +2122,7 @@ This will force every derived class to compute a center -- even if that's non-tr
// ...
// ... no data members ...
// ...
virtual ~Shape() = 0;
virtual ~Shape() = default;
};
##### Enforcement

Loading…
Cancel
Save