X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FAIS%2FAIS_InteractiveObject.cxx;h=2fcd2bdd8820e40ef9c3111ccdd16adbd6da94c0;hb=3de0f78449562e27463c1a0a45db074404ab3634;hpb=8aafd5f9e32fb5536480b4747b20b6207cb0176f diff --git a/src/AIS/AIS_InteractiveObject.cxx b/src/AIS/AIS_InteractiveObject.cxx index 892bab3a64..2fcd2bdd88 100644 --- a/src/AIS/AIS_InteractiveObject.cxx +++ b/src/AIS/AIS_InteractiveObject.cxx @@ -150,9 +150,9 @@ void AIS_InteractiveObject::SetAspect(const Handle(Prs3d_BasicAspect)& theAspect //======================================================================= void AIS_InteractiveObject::DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth) const { - DUMP_CLASS_BEGIN (theOStream, AIS_InteractiveObject); + OCCT_DUMP_CLASS_BEGIN (theOStream, AIS_InteractiveObject); - DUMP_FIELD_VALUES_BY_KIND (theOStream, theDepth, SelectMgr_SelectableObject); - DUMP_FIELD_VALUE_POINTER (theOStream, myCTXPtr); - DUMP_FIELD_VALUE_POINTER (theOStream, myOwner); + OCCT_DUMP_BASE_CLASS (theOStream, theDepth, SelectMgr_SelectableObject); + OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, myCTXPtr); + OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, myOwner); }