From 16aec6a4415495a17cec55fe931981fbc6b5a9c1 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Fri, 18 Jul 2014 13:35:24 +0400 Subject: [PATCH] Update mfc sample after integration issue 0025071 --- samples/mfc/standard/Common/User_Cylinder.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/mfc/standard/Common/User_Cylinder.cxx b/samples/mfc/standard/Common/User_Cylinder.cxx index c62dba8629..20b543006c 100755 --- a/samples/mfc/standard/Common/User_Cylinder.cxx +++ b/samples/mfc/standard/Common/User_Cylinder.cxx @@ -22,6 +22,7 @@ IMPLEMENT_STANDARD_RTTIEXT(User_Cylinder,AIS_InteractiveObject) #include #include #include +#include #include @@ -107,7 +108,7 @@ case 6: //color mygroup->SetPrimitivesAspect(myAspect); myAspect->SetEdgeOn(); - myDeflection = AIS_Shape::GetDeflection(myShape,myDrawer); + myDeflection = Prs3d::GetDeflection(myShape,myDrawer); BRepMesh_IncrementalMesh(myShape,myDeflection); myX1OnOff = Standard_False; -- 2.39.5