Salome HOME
Issue #2811: Update content of Object node on creation moment
[modules/shaper.git] / src / Selector / Selector_AlgoWithSubs.h
index 58734a31f7bae1394a84926c1b5c7f0a15bbdfaf..994953caffa774bca52d97ac7f81ed4788d47dc3 100644 (file)
@@ -45,7 +45,7 @@ public:
   /// Appends a new algorithm to the list, erases list if it is null (failed)
   bool append(Selector_Algo* theAlgo, const bool theEraseIfNull = true);
   /// Returns the stored list of sub-algorithms.
-  const std::list<Selector_Algo*>& list() const;
+  std::list<Selector_Algo*>& list();
 };
 
 #endif