0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / samples / mfc / standard / Common / OCC_3dView.h
index 8bcbb2c..dfe7929 100755 (executable)
@@ -36,7 +36,7 @@ public:
 
        void SetZoom ( const Quantity_Factor& Coef  ) {   myView->SetZoom ( Coef  );  };
 
-  Handle_V3d_View& GetView() { return myView; }
+  Handle(V3d_View)& GetView() { return myView; }
 // Overrides
        // ClassWizard generated virtual function overrides
        //{{AFX_VIRTUAL(OCC_3dView)
@@ -94,7 +94,7 @@ protected:
 
 protected:
 
-  Handle_V3d_View  myView;
+  Handle(V3d_View)  myView;
   CurAction3d      myCurrentMode;
   Standard_Integer myXmin;
   Standard_Integer myYmin;