From 300a4b13eae43cfd61bda1a906f99d8513b7c3e1 Mon Sep 17 00:00:00 2001 From: Vitaly SMETANNIKOV Date: Fri, 11 Dec 2015 16:22:08 +0300 Subject: [PATCH] Correct header of function --- src/XGUI/XGUI_Tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_Tools.h b/src/XGUI/XGUI_Tools.h index 18f237a00..48ab0d57b 100644 --- a/src/XGUI/XGUI_Tools.h +++ b/src/XGUI/XGUI_Tools.h @@ -108,7 +108,7 @@ void XGUI_EXPORT refsToFeatureInFeatureDocument(const ObjectPtr& theObject, \param theFeature a candidate to be a composite feature \return a boolean value */ -bool XGUI_EXPORT isSubOfComposite(const ObjectPtr& theObject); +bool XGUI_EXPORT isSubOfComposite(const ObjectPtr& theObject, const FeaturePtr& theFeature); /*! Returns a container of references feature to the source object. The search happens in the object -- 2.39.2