mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-19 04:36:09 +08:00
Remove extra semicolons
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user