1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0025370: Visualization - misprint in PrsMgr_PresentationManager::Connect()

fix theMode -> theOtherMode
This commit is contained in:
kgv 2014-10-14 19:07:00 +04:00 committed by bugmaster
parent 6d17debbe9
commit 01d5be80b8

View File

@ -539,7 +539,7 @@ void PrsMgr_PresentationManager::Connect (const Handle(PrsMgr_PresentableObject)
{
AddPresentation (theOtherObject, theOtherMode);
}
Presentation (thePrsObject, theMode)->Connect (Presentation (theOtherObject, theMode));
Presentation (thePrsObject, theMode)->Connect (Presentation (theOtherObject, theOtherMode));
}
// =======================================================================