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

@@ -57,7 +57,7 @@ App::DocumentObjectExecReturn *CurveNet::execute(void)
}
TopoShape aShape;
aShape.read((const Standard_CString)FileName.getValue());
aShape.read(FileName.getValue());
this->Shape.setValue(aShape);
return App::DocumentObject::StdReturn;