1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Correction for successful compilation

This commit is contained in:
jgv
2021-12-27 10:20:13 +03:00
parent e54df8ac57
commit e72c88f15c
2 changed files with 1 additions and 3 deletions

View File

@@ -1059,7 +1059,7 @@ Handle(Interface_Static) Interface_InterfaceModel::GetParam
if (aParam.IsNull())
{
#ifdef OCCT_DEBUG
cout << "Warning: Incorrect parameter :" << name << endl;
std::cout << "Warning: Incorrect parameter :" << theParamName << std::endl;
#endif
}
return aParam;

View File

@@ -23,8 +23,6 @@ StepData_FieldListD.cxx
StepData_FieldListD.hxx
StepData_FieldListN.cxx
StepData_FieldListN.hxx
StepData_FileProtocol.cxx
StepData_FileProtocol.hxx
StepData_FileRecognizer.hxx
StepData_FileRecognizer_0.cxx
StepData_FreeFormEntity.cxx