X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Common.h;h=eb7cbc9fa9f2ef97be584f2437e95554b823ddce;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=0998a6b73d6899c269951560757ee9fb559172c0;hpb=3aa818c0a5abf4c46afa2d91cad46340efc4bd5f;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, ...); /*!