X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FEditionComponent.cxx;h=37d7bb4335ff0a9495e72615932b5cf0c7ea0ea6;hb=a23297fae67e406c4b7f4a3361877346e15b9263;hp=ea0eea506fd8fb1a02c061b476183795a88842b2;hpb=14ddeddd588b20887c99de78c95d402527062012;p=modules%2Fyacs.git diff --git a/src/genericgui/EditionComponent.cxx b/src/genericgui/EditionComponent.cxx index ea0eea506..37d7bb433 100644 --- a/src/genericgui/EditionComponent.cxx +++ b/src/genericgui/EditionComponent.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -104,7 +104,7 @@ void EditionComponent::changeContainer(int index) return; } Container *newContainer =proc->containerMap[contName]; - SubjectContainer *scnt = GuiContext::getCurrent()->_mapOfSubjectContainer[newContainer]; + SubjectContainerBase *scnt = GuiContext::getCurrent()->_mapOfSubjectContainer[newContainer]; scompo->associateToContainer(scnt); scompo->select(true); }