From 96628d6721952c83a7be609c974e25311c0bf7db Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 26 Jan 2009 15:43:50 +0000 Subject: [PATCH] IPAL20692 IPAL20700 The visual parameters are not stored in HDF file --- src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx index 876c0e2a8..96ca71fda 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