0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / samples / mfc / standard / Common / OCC_App.h
index b3e402c..c5a4155 100755 (executable)
@@ -21,7 +21,7 @@ public:
        const wchar_t* GetInitDataDir() const;
   void SetSamplePath (const wchar_t* thePath);
        OCC_App();
-  Handle_Graphic3d_GraphicDriver GetGraphicDriver() const
+  Handle(Graphic3d_GraphicDriver) GetGraphicDriver() const
   {
     return myGraphicDriver;
   }
@@ -36,7 +36,7 @@ public:
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
 protected:
-  Handle_Graphic3d_GraphicDriver myGraphicDriver;
+  Handle(Graphic3d_GraphicDriver) myGraphicDriver;
 public:
        CString SampleName;
        CString SamplePath;