mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Correction for successful compilation
This commit is contained in:
@@ -1059,7 +1059,7 @@ Handle(Interface_Static) Interface_InterfaceModel::GetParam
|
|||||||
if (aParam.IsNull())
|
if (aParam.IsNull())
|
||||||
{
|
{
|
||||||
#ifdef OCCT_DEBUG
|
#ifdef OCCT_DEBUG
|
||||||
cout << "Warning: Incorrect parameter :" << name << endl;
|
std::cout << "Warning: Incorrect parameter :" << theParamName << std::endl;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
return aParam;
|
return aParam;
|
||||||
|
@@ -23,8 +23,6 @@ StepData_FieldListD.cxx
|
|||||||
StepData_FieldListD.hxx
|
StepData_FieldListD.hxx
|
||||||
StepData_FieldListN.cxx
|
StepData_FieldListN.cxx
|
||||||
StepData_FieldListN.hxx
|
StepData_FieldListN.hxx
|
||||||
StepData_FileProtocol.cxx
|
|
||||||
StepData_FileProtocol.hxx
|
|
||||||
StepData_FileRecognizer.hxx
|
StepData_FileRecognizer.hxx
|
||||||
StepData_FileRecognizer_0.cxx
|
StepData_FileRecognizer_0.cxx
|
||||||
StepData_FreeFormEntity.cxx
|
StepData_FreeFormEntity.cxx
|
||||||
|
Reference in New Issue
Block a user