X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Common.h;h=eb7cbc9fa9f2ef97be584f2437e95554b823ddce;hb=5c13fa0e68725babdd09541b028c186896e27b4f;hp=0998a6b73d6899c269951560757ee9fb559172c0;hpb=a8cfbfb436c27ff96edd5c808e9a452c35cef207;p=modules%2Fshaper.git diff --git a/src/Config/Config_Common.h b/src/Config/Config_Common.h index 0998a6b73..eb7cbc9fa 100644 --- a/src/Config/Config_Common.h +++ b/src/Config/Config_Common.h @@ -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, ...); /*!