Fix build issue on MacOS
This commit is contained in:
parent
8bccb5f85c
commit
f5371ee65d
|
@ -489,7 +489,7 @@ bool readSTEPZ( Handle(TDocStd_Document)& m_doc, const char* aFileName )
|
|||
ofile.Close();
|
||||
}
|
||||
|
||||
bool retval = readSTEP( m_doc, outFile.GetFullPath() );
|
||||
bool retval = readSTEP( m_doc, outFile.GetFullPath().mb_str() );
|
||||
|
||||
// Cleanup our temporary file
|
||||
wxRemoveFile( outFile.GetFullPath() );
|
||||
|
|
Loading…
Reference in New Issue