7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 00:21:36 +00:00

Fix -Wcatch-value in kicad2step.cpp

This commit is contained in:
John Beard 2018-07-26 13:37:44 +01:00 committed by Wayne Stambaugh
parent 0c4828df12
commit a88831d7a9

View File

@ -296,7 +296,7 @@ int KICAD2MCAD::OnRun()
if( !res )
return -1;
}
catch( Standard_Failure e )
catch( const Standard_Failure& e )
{
e.Print( std::cerr );
return -1;