]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Document.h
Salome HOME
Make automatic/manual rebuild property and connect the "Rebuild" button
[modules/shaper.git] / src / ModelAPI / ModelAPI_Document.h
index cfd0eadf0f33c88937bf9f14fff3ff7da474ed7f..7f224da3e37622a4692823248e35945d27308e81 100644 (file)
@@ -55,7 +55,7 @@ public:
   //! \param theIndex zero-based index of feature in the group
   //! \param theHidden if it is true, it counts also the features that are not in tree
   virtual boost::shared_ptr<ModelAPI_Object>
-  object(const std::string& theGroupID, const int theIndex, const bool theHidden = false) = 0;
+    object(const std::string& theGroupID, const int theIndex, const bool theHidden = false) = 0;
 
   //! Returns the number of objects in the group of objects
   //! If theHidden is true, it counts also the features that are not in tree