0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / samples / mfc / standard / 04_Viewer3d / src / TrihedronDlg.cpp
index db12fde..6db2006 100755 (executable)
@@ -35,7 +35,7 @@ value = (value*neg)/inc;
 //CTrihedronDlg::CTrihedronDlg(CWnd* pParent /*=NULL*/)
        //: CDialog(CTrihedronDlg::IDD, pParent)
 
-CTrihedronDlg::CTrihedronDlg(Handle_V3d_View Current_V3d_View, CViewer3dDoc* pDoc, CWnd* pParent /*=NULL*/)
+CTrihedronDlg::CTrihedronDlg(Handle(V3d_View) Current_V3d_View, CViewer3dDoc* pDoc, CWnd* pParent /*=NULL*/)
        : CDialog(CTrihedronDlg::IDD, pParent)
 
 {