X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FAIS%2FAIS_InteractiveContext.cxx;h=314e6229cd9d6e31a54fd91d54889b484f08c800;hb=8f1384072cdd7c063336167fc61347e5a2631dcf;hpb=57f84042ffa8895f87b46cc11763c51ff24381ad diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index 4e74d54b0a..314e6229cd 100644 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -2810,7 +2810,7 @@ Standard_Boolean AIS_InteractiveContext::PlaneSize (Standard_Real& theX, //purpose : //======================================================================= void AIS_InteractiveContext::SetZLayer (const Handle(AIS_InteractiveObject)& theIObj, - const Standard_Integer theLayerId) + const Graphic3d_ZLayerId theLayerId) { if (theIObj.IsNull()) return; @@ -2822,7 +2822,7 @@ void AIS_InteractiveContext::SetZLayer (const Handle(AIS_InteractiveObject)& the //function : GetZLayer //purpose : //======================================================================= -Standard_Integer AIS_InteractiveContext::GetZLayer (const Handle(AIS_InteractiveObject)& theIObj) const +Graphic3d_ZLayerId AIS_InteractiveContext::GetZLayer (const Handle(AIS_InteractiveObject)& theIObj) const { return !theIObj.IsNull() ? theIObj->ZLayer()