Skip to content

Commit

Permalink
TD: [skip ci] partially fix issue 0004765
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 20, 2021
1 parent 6d4d433 commit 6ad156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/App/GeometryObject.cpp
Expand Up @@ -171,7 +171,7 @@ void GeometryObject::projectShape(const TopoDS_Shape& input,

auto start = chrono::high_resolution_clock::now();

Handle(HLRBRep_Algo) brep_hlr = NULL;
Handle(HLRBRep_Algo) brep_hlr;
try {
brep_hlr = new HLRBRep_Algo();
brep_hlr->Add(input, m_isoCount);
Expand Down

0 comments on commit 6ad156b

Please sign in to comment.