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:
@@ -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;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user