Browse Source

Fix build issue on MacOS

pull/16/head
Seth Hillbrand 5 years ago
parent
commit
f5371ee65d
  1. 2
      plugins/3d/oce/loadmodel.cpp

2
plugins/3d/oce/loadmodel.cpp

@ -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…
Cancel
Save