From 0c2fcefe3c69ccf08342c3e7c9b7599f84bbda43 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 26 Jan 2009 15:42:48 +0000 Subject: [PATCH] IPAL20692 IPAL20700 The visual parameters are not stored in HDF file --- src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; } -- 2.39.2