]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix for bug found by mka: siman scenario is not passed
authormpv <mpv@opencascade.com>
Thu, 29 Nov 2012 10:18:34 +0000 (10:18 +0000)
committermpv <mpv@opencascade.com>
Thu, 29 Nov 2012 10:18:34 +0000 (10:18 +0000)
src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx

index e43bf02b44000d1f70ed3b4087cd81dbceefc6c9..c9785f2b7b843c0f5a22e063f7013e18fb4e4bd7 100644 (file)
@@ -130,7 +130,7 @@ char* SALOMEDS_SimanStudy_i::ScenarioId()
 //============================================================================
 void SALOMEDS_SimanStudy_i::ScenarioId(const char* theId)
 {
-  _impl->StudyId(theId);
+  _impl->ScenarioId(theId);
 }
 
 //============================================================================