Salome HOME
Issue #2130: arc is done not as desired
[modules/shaper.git] / src / Config / Config_Common.h
index 0998a6b73d6899c269951560757ee9fb559172c0..eb7cbc9fa9f2ef97be584f2437e95554b823ddce 100644 (file)
@@ -84,7 +84,7 @@ CONFIG_EXPORT bool hasParent(xmlNodePtr theNode, const char* theNodeName, ...);
 /*!
  * Checks if the given node has any valid parent in hierarchy with any of the given node names.
  */
-CONFIG_EXPORT bool hasParentRecursive(xmlNodePtr theNode, const char* theNodeName, ...);
+CONFIG_EXPORT xmlNodePtr hasParentRecursive(xmlNodePtr theNode, const char* theNodeName, ...);
 
 
 /*!