From: Anthony Geay Date: Mon, 20 Oct 2014 07:13:40 +0000 (+0200) Subject: Make sinline*.xml files loadable. X-Git-Tag: V7_5_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f4c1d68e7849b4382bb10dee3025875de8c0082;p=modules%2Fyacs.git Make sinline*.xml files loadable. --- diff --git a/src/runtime/SalomePythonNode.cxx b/src/runtime/SalomePythonNode.cxx index 773efe7ad..8e1a13b85 100644 --- a/src/runtime/SalomePythonNode.cxx +++ b/src/runtime/SalomePythonNode.cxx @@ -194,8 +194,8 @@ void SalomePythonNode::execute() std::string SalomePythonNode::getKind() const { - //This not a bug !!! Returns SalomeNode::KIND to be managed by SalomeContainer. - return SalomeNode::KIND; + static const char LOC_KIND[]=""; + return LOC_KIND; } Node *SalomePythonNode::simpleClone(ComposedNode *father, bool editionOnly) const