0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / samples / mfc / standard / 09_Animation / src / AnimationDoc.cpp
index fe20d31..0545d44 100755 (executable)
@@ -380,7 +380,7 @@ void CAnimationDoc::OnFileLoadgrid()
       CString C = dlg.GetPathName();
       SetCursor(AfxGetApp()->LoadStandardCursor(IDC_WAIT));
 
-      Handle_Geom_BSplineSurface mySurface;
+      Handle(Geom_BSplineSurface) mySurface;
 
       if(grid2surf(C,mySurface ))
        {