From a3093a89df1dba939ed2c8739fa7c4d7a4356dae Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 19 Jul 2018 14:28:09 +0300 Subject: [PATCH] Fix persistence of the HYBRID hypothesis --- src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx index 826b9f9..2d14876 100644 --- a/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx +++ b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx @@ -1783,6 +1783,7 @@ std::istream & HYBRIDPlugin_Hypothesis::LoadFrom(std::istream & load) } } + isOK = static_cast(load >> separator); if ( isOK ) { i = atoi( separator.c_str() ); -- 2.39.2