From: eap Date: Mon, 29 Jan 2007 08:07:31 +0000 (+0000) Subject: Make compilable on DebianSarge and RedHat X-Git-Tag: V3_2_5~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=13151fa045bd3d998f90d24e1fd78050de034181;p=modules%2Fvisu.git Make compilable on DebianSarge and RedHat --- diff --git a/src/VISU_I/VISU_CorbaMedConvertor.cxx b/src/VISU_I/VISU_CorbaMedConvertor.cxx index c21c978c..95720303 100644 --- a/src/VISU_I/VISU_CorbaMedConvertor.cxx +++ b/src/VISU_I/VISU_CorbaMedConvertor.cxx @@ -1306,8 +1306,10 @@ VISU_MEDConvertor //--------------------------------------------------------------- namespace { - typedef vector< int > TCIntArray; - typedef MED::TCSlice< TCIntArray > TConnSlice; + using namespace MED; + + typedef vector< int > TCIntArray; + typedef TCSlice< TCIntArray > TConnSlice; //--------------------------------------------------------------- class MEDPolygonConnectivity { //! retriver of polygon connectivity TCIntArray myConn, myConnIndex;