mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-05 12:17:50 +08:00
Coding - Deprecate Handle_* type usage #240
Handle_* require special processing in Windows and it is already not needed for VS15+ In 7.9 dev will be reorginized to use typedef even for MSVC. In 8.0 will be fully removed.
This commit is contained in:
@@ -1010,7 +1010,7 @@ Handle(AIS_InteractiveContext) TPrsStd_AISPresentation::getAISContext() const
|
||||
if ( TPrsStd_AISViewer::Find(Label(), aViewer) )
|
||||
return aViewer->GetInteractiveContext();
|
||||
|
||||
return Handle_AIS_InteractiveContext();
|
||||
return Handle(AIS_InteractiveContext)();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
||||
Reference in New Issue
Block a user