From: apo Date: Wed, 7 Dec 2005 06:14:22 +0000 (+0000) Subject: To avoid compilation error X-Git-Tag: TG-D5-38-2003_D2005-20-12~55 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f00e91845ad55b5c8d974af59fb4d6a4d629e34;p=modules%2Fvisu.git To avoid compilation error --- diff --git a/src/VISUGUI/VisuGUI_Plot3DDlg.cxx b/src/VISUGUI/VisuGUI_Plot3DDlg.cxx index 31024349..056a1a93 100644 --- a/src/VISUGUI/VisuGUI_Plot3DDlg.cxx +++ b/src/VISUGUI/VisuGUI_Plot3DDlg.cxx @@ -254,7 +254,7 @@ void VisuGUI_Plot3DPane::storePrsParams() if (!myPipeCopy) myPipeCopy = VISU_Plot3DPL::New(); if (myPrs) { - myPipeCopy->SetIDMapper(myPrs->GetIDMapper()); + myPipeCopy->SetIDMapper(myPrs->GetPL()->GetIDMapper()); myPipeCopy->ShallowCopy(myPrs->GetPL()); storeToPrsObject(myPrs); } diff --git a/src/VISU_I/Makefile.in b/src/VISU_I/Makefile.in index dedfe061..68d8f5cb 100644 --- a/src/VISU_I/Makefile.in +++ b/src/VISU_I/Makefile.in @@ -157,6 +157,7 @@ LDFLAGSFORBIN=$(LDFLAGS) $(LIBS) \ -lOCCViewer \ -lSUPERVGraph \ -lSOCC \ + -lVVTK \ -lPlot2d \ -lMEDWrapper \ -lMEDWrapperBase \