Salome HOME
Fix Compilation issue
[plugins/blsurfplugin.git] / src / GUI / BLSURFPluginGUI_HypothesisCreator.cxx
index b2d7275d0ede57bbc4ba61b9c93866fb9349ab9b..c55727b42316fe632425c24b1aa48b77f5c8c563 100644 (file)
@@ -1245,7 +1245,7 @@ bool BLSURFPluginGUI_HypothesisCreator::readParamsFromHypo( BlsurfHypothesisData
     std::string entry =  enforcedVertexMap[i].entry.in();
 //     BLSURFPlugin::TEnforcedVertexList_var vertexList = enforcedVertexMap[i].vertexList;
     BLSURFPlugin::TEnforcedVertexList vertexList = enforcedVertexMap[i].vertexList;
-    std:set<std::vector<double> > evs;
+    std::set<std::vector<double> > evs;
     for (int j=0 ; j<vertexList.length(); ++j) {
       double x = vertexList[j][0];
       double y = vertexList[j][1];