Skip to content

Commit

Permalink
Merge pull request #69 from mvrdevelopment/Fix-Missling-typo-in-sourc…
Browse files Browse the repository at this point in the history
…e-file-#66

Fixing typo in CGdtfMacro.cpp
  • Loading branch information
adragnevVW authored Dec 16, 2024
2 parents 4902423 + c07e03f commit 47843e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Implementation/CGdtfMacro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ VectorworksMVR::VCOMError VectorworksMVR::CGdtfMacroImpl::GetMacroDMX(IGdtfMacro
if ( *outMacroDmx)
{
(*outMacroDmx)->Release();
outMacroDmx = NULL;
*outMacroDmx = NULL;
}

//---------------------------------------------------------------------------
Expand Down

0 comments on commit 47843e7

Please sign in to comment.