From: dmv Date: Mon, 26 Jan 2009 15:42:48 +0000 (+0000) Subject: IPAL20692 IPAL20700 The visual parameters are not stored in HDF file X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0c2fcefe3c69ccf08342c3e7c9b7599f84bbda43;p=modules%2Fkernel.git IPAL20692 IPAL20700 The visual parameters are not stored in HDF file --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx index 876c0e2a8..441e578a1 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx @@ -28,6 +28,7 @@ #include #include #include +#include using namespace std; @@ -44,7 +45,7 @@ string convertString(const string& S) for(int i = 0, pos = 0; istr()); + string AS = buffer.str(); return AS; }