Remove extra semicolons

This commit is contained in:
Clifford Yapp
2022-07-14 20:52:58 -04:00
parent beeb16ad7e
commit b0fb4c4254
8 changed files with 15 additions and 15 deletions

View File

@@ -146,7 +146,7 @@ class ON_CLASS ON_3dmProperties
{
public:
ON_3dmProperties() = default;
~ON_3dmProperties() = default;;
~ON_3dmProperties() = default;
ON_3dmProperties(const ON_3dmProperties&) = default;
ON_3dmProperties& operator=(const ON_3dmProperties&) = default;