Fix build issue on MacOS

This commit is contained in:
Seth Hillbrand 2020-08-19 06:07:25 -07:00
parent 8bccb5f85c
commit f5371ee65d
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ bool readSTEPZ( Handle(TDocStd_Document)& m_doc, const char* aFileName )
ofile.Close(); ofile.Close();
} }
bool retval = readSTEP( m_doc, outFile.GetFullPath() ); bool retval = readSTEP( m_doc, outFile.GetFullPath().mb_str() );
// Cleanup our temporary file // Cleanup our temporary file
wxRemoveFile( outFile.GetFullPath() ); wxRemoveFile( outFile.GetFullPath() );