1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026217: Visualization, Select3D_SensitiveCircle - fix compilation with CLang for iOS

Inclusion detection for filled sensitive circles was corrected
This commit is contained in:
vpa
2015-05-13 12:30:38 +03:00
committed by bugmaster
parent b6ec1ef98c
commit 14cda02f82
3 changed files with 38 additions and 3 deletions

View File

@@ -4337,7 +4337,7 @@ class Triangle: public AIS_InteractiveObject
{
public:
// CASCADE RTTI
DEFINE_STANDARD_RTTI(FilledCircle);
DEFINE_STANDARD_RTTI(Triangle);
Triangle (const gp_Pnt& theP1,
const gp_Pnt& theP2,
const gp_Pnt& theP3);