]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index 720cfa79dc2b00c12086d7beaaf838a1d5a6c11a..40868009298e94e9c8049fa10dce26f178fd1820 100644 (file)
@@ -66,7 +66,8 @@ public:
   MODEL_EXPORT virtual void setId(int theID);
 
   /// Selects (i.e. creates Naming data structure) of sub-shape specifed by textual name
-  MODEL_EXPORT virtual void selectSubShape(const std::string& theType, const std::string& theSubShapeName);
+  MODEL_EXPORT virtual void selectSubShape(const std::string& theType, 
+                                           const std::string& theSubShapeName);
 
   /// Returns true if attribute was  initialized by some value
   MODEL_EXPORT virtual bool isInitialized();