Salome HOME
GUI for HP containers.
[modules/yacs.git] / src / hmi / guiContext.hxx
index 874b41b202050ee05c0f3339fceb9e17ceb00161..4c9a065b32211be3d660ebe29c606f6c8caed034 100644 (file)
@@ -72,7 +72,7 @@ namespace YACS
       std::map<std::pair<YACS::ENGINE::OutPort*, YACS::ENGINE::InPort*>,YACS::HMI::SubjectLink*>   _mapOfSubjectLink;
       std::map<std::pair<YACS::ENGINE::Node*, YACS::ENGINE::Node*>,YACS::HMI::SubjectControlLink*> _mapOfSubjectControlLink;
       std::map<YACS::ENGINE::ComponentInstance*, YACS::HMI::SubjectComponent*>                     _mapOfSubjectComponent;
-      std::map<YACS::ENGINE::Container*, YACS::HMI::SubjectContainer*>                             _mapOfSubjectContainer;
+      std::map<YACS::ENGINE::Container*, YACS::HMI::SubjectContainerBase*>                         _mapOfSubjectContainer;
       std::map<std::string, YACS::HMI::SubjectDataType*>                                           _mapOfSubjectDataType;
       std::map<int,YACS::HMI::SubjectNode*>                                                        _mapOfExecSubjectNode;
       std::map<std::string, YACS::ENGINE::ComponentInstance*>                                      _mapOfLastComponentInstance;