From 6450e251d00e2beaa02e0de026b0f1af2b948a0e Mon Sep 17 00:00:00 2001 From: adv Date: Wed, 29 Jan 2014 11:21:39 +0000 Subject: [PATCH] Parameters annotation corrected. --- src/HYDROPy/HYDROData_PolylineXY.sip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/HYDROPy/HYDROData_PolylineXY.sip b/src/HYDROPy/HYDROData_PolylineXY.sip index e1aea5d3..c56e55a6 100644 --- a/src/HYDROPy/HYDROData_PolylineXY.sip +++ b/src/HYDROPy/HYDROData_PolylineXY.sip @@ -110,9 +110,9 @@ public: * \param theSectionType type of section * \param theIsClosed flag indicates closures of section */ - void GetSections( NCollection_Sequence& theSectNames, - NCollection_Sequence& theSectTypes, - NCollection_Sequence& theSectClosures ) const; + void GetSections( NCollection_Sequence& theSectNames /Out/, + NCollection_Sequence& theSectTypes /Out/, + NCollection_Sequence& theSectClosures /Out/ ) const; /** * Replaces point for section with index "theSectionIndex". -- 2.39.2