Fix shadowed variable.
This commit is contained in:
parent
d97ac47509
commit
01fedb86e2
|
@ -1243,8 +1243,6 @@ bool STEP_PCB_MODEL::WriteBREP( const wxString& aFileName )
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxFileName fn( aFileName );
|
|
||||||
|
|
||||||
// s_assy = shape tool for the source
|
// s_assy = shape tool for the source
|
||||||
Handle( XCAFDoc_ShapeTool ) s_assy = XCAFDoc_DocumentTool::ShapeTool( m_doc->Main() );
|
Handle( XCAFDoc_ShapeTool ) s_assy = XCAFDoc_DocumentTool::ShapeTool( m_doc->Main() );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue