X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDRO_tests%2Ftest_HYDROGUI_Shape.cxx;h=ee5ca41f6d53f94d05117f187b19959ec67ee1b4;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=2d696144c83a411bbeac89a63de8e8c7796f7446;hpb=88441aa985fa1329b81af33a2769bf2f8858aaa0;p=modules%2Fhydro.git diff --git a/src/HYDRO_tests/test_HYDROGUI_Shape.cxx b/src/HYDRO_tests/test_HYDROGUI_Shape.cxx index 2d696144..ee5ca41f 100644 --- a/src/HYDRO_tests/test_HYDROGUI_Shape.cxx +++ b/src/HYDRO_tests/test_HYDROGUI_Shape.cxx @@ -31,8 +31,8 @@ void test_HYDROGUI_Shape::test_face_in_preview() 128 << 18 << 140 << 50 << 131 << 89 << 104 << 111 << 31 << 114 ); - Handle_AIS_InteractiveContext aContext = TestViewer::context(); - Handle_HYDROData_Entity anEntity; //it should be null as in preview + Handle(AIS_InteractiveContext) aContext = TestViewer::context(); + Handle(HYDROData_Entity) anEntity; //it should be null as in preview HYDROGUI_Shape* aPreview = new HYDROGUI_Shape( aContext, anEntity ); aPreview->setFace( aFace, true, true, "" );