From: bugmaster Date: Fri, 18 Jul 2014 09:35:24 +0000 (+0400) Subject: Update mfc sample after integration issue 0025071 X-Git-Tag: V6_8_0_beta~189 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=16aec6a4415495a17cec55fe931981fbc6b5a9c1;p=occt-copy.git Update mfc sample after integration issue 0025071 --- 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;