From: apo Date: Wed, 20 Dec 2006 08:07:33 +0000 (+0000) Subject: To make compilable X-Git-Tag: WP1_2_3_20-12-2006_bug_fixing~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cc84b5a9061da2a7fedee005420098e527e6eacc;p=modules%2Fvisu.git To make compilable --- diff --git a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx index ad12a031..aeec6824 100644 --- a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx +++ b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx @@ -826,7 +826,7 @@ void VisuGUI_ScalarBarPane::createScalarBar() if (!check()) return; myScalarMapPL = VISU_ScalarMapPL::New(); if(myScalarMap->GetSpecificPL()) - myScalarMapPL->ShallowCopy(myScalarMap->GetSpecificPL()); + myScalarMapPL->ShallowCopy(myScalarMap->GetSpecificPL(), true); if ( myBusy ) return;