fix -Wignored-qualifiers
This commit is contained in:
@@ -78,7 +78,7 @@ int Part::ImportIgesParts(App::Document *pcDoc, const char* FileName)
|
||||
Message_MsgFile::LoadFromEnv("CSF_SHMessageStd","SHAPEStd");
|
||||
|
||||
IGESControl_Reader aReader;
|
||||
if (aReader.ReadFile((const Standard_CString)FileName) != IFSelect_RetDone)
|
||||
if (aReader.ReadFile((Standard_CString)FileName) != IFSelect_RetDone)
|
||||
throw Base::Exception("Error in reading IGES");
|
||||
|
||||
// Ignore construction elements
|
||||
|
||||
Reference in New Issue
Block a user