From: mpv Date: Thu, 29 Nov 2012 10:18:34 +0000 (+0000) Subject: Fix for bug found by mka: siman scenario is not passed X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=076b8fc6ea2608f60eb36319a506791a0d12701e;p=modules%2Fkernel.git Fix for bug found by mka: siman scenario is not passed --- diff --git a/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx b/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx index e43bf02b4..c9785f2b7 100644 --- a/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx +++ b/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx @@ -130,7 +130,7 @@ char* SALOMEDS_SimanStudy_i::ScenarioId() //============================================================================ void SALOMEDS_SimanStudy_i::ScenarioId(const char* theId) { - _impl->StudyId(theId); + _impl->ScenarioId(theId); } //============================================================================