Salome HOME
ModuleBase_ViewerPrs is wrapped into shared_ptr.
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index caeb3dbbd293d16d158c1b59a1298afeff68a876..3c0fa44d14d622eaf264738d09d60db16b493025 100644 (file)
@@ -99,7 +99,7 @@ Q_OBJECT
   //! Select features clearing previous selection. 
   //! If the list is empty then selection will be cleared
   //! \param theValues a list of presentations
-  virtual void setSelected(const QList<ModuleBase_ViewerPrs>& theValues) = 0;
+  virtual void setSelected(const QList<std::shared_ptr<ModuleBase_ViewerPrs>>& theValues) = 0;
 
    /// Update of commands status
   virtual void updateCommandStatus() = 0;