diff --git a/Ndapi/NdapiObject.cs b/Ndapi/NdapiObject.cs index cdc32bd..7f0aa24 100644 --- a/Ndapi/NdapiObject.cs +++ b/Ndapi/NdapiObject.cs @@ -39,7 +39,7 @@ internal NdapiObject(string name, ObjectType type, NdapiObject parent = null) _type = type; } - internal NdapiObject(ObjectSafeHandle handle, ObjectType type) : this() + internal NdapiObject(ObjectSafeHandle handle, ObjectType type) { _handle = handle; _type = type;