fix -Wignored-qualifiers

This commit is contained in:
wmayer
2018-08-19 12:38:57 +02:00
parent 4686f27f64
commit 557fee3dc6
10 changed files with 17 additions and 17 deletions

View File

@@ -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