From: Artem Zhidkov Date: Sat, 27 Jun 2020 20:04:40 +0000 (+0300) Subject: Meet coding style (split lines longer than 100 characters) X-Git-Tag: V9_6_0a1~60^2~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef89b17619003069d2b47b370f181821b0b00266;p=modules%2Fshaper.git Meet coding style (split lines longer than 100 characters) --- diff --git a/src/Model/Model_AttributeSelectionList.h b/src/Model/Model_AttributeSelectionList.h index ea93c155c..f99e33743 100644 --- a/src/Model/Model_AttributeSelectionList.h +++ b/src/Model/Model_AttributeSelectionList.h @@ -56,14 +56,16 @@ public: /// Adds the new reference to the end of the list by the naming name of the selected shape /// The type of shape is taken from the current selection type if the given is empty - MODEL_EXPORT virtual void append(const std::wstring& theNamingName, const std::string& theType=""); + MODEL_EXPORT virtual void append(const std::wstring& theNamingName, + const std::string& theType=""); /// Adds the new reference to the end of the list by inner point on the selected shape MODEL_EXPORT virtual void append(const std::shared_ptr& thePoint, const std::string& theType); /// Adds the new reference to the end of the list by weak naming index - MODEL_EXPORT virtual void append(const std::string& theType, const std::wstring& theContextName, + MODEL_EXPORT virtual void append(const std::string& theType, + const std::wstring& theContextName, const int theIndex); /// Copy the selection list to the destination attribute