Salome HOME
Task #3005 : To be able to create a group on a whole result
[modules/shaper.git] / src / Model / Model_AttributeSelectionList.h
index ca797e623d75716d1efc9e0ffcfad5c8a5f41cb1..3ed3e2804aca7e396befd8f711a858dd1829a9d2 100644 (file)
@@ -42,7 +42,7 @@ class Model_AttributeSelectionList : public ModelAPI_AttributeSelectionList
   Handle(TDataStd_Comment) mySelectionType;
   std::shared_ptr<Model_AttributeSelection> myTmpAttr; ///< temporary attribute (the last one)
   /// the cashed shapes to optimize isInList method: from context to set of shapes in this context
-  std::map<ResultPtr, std::list<std::shared_ptr<GeomAPI_Shape> > > myCash;
+  std::map<ObjectPtr, std::list<std::shared_ptr<GeomAPI_Shape> > > myCash;
   bool myIsCashed; ///< true if cashing is performed
 public:
   /// Adds the new reference to the end of the list