From 5f00e91845ad55b5c8d974af59fb4d6a4d629e34 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 7 Dec 2005 06:14:22 +0000 Subject: [PATCH] To avoid compilation error --- src/VISUGUI/VisuGUI_Plot3DDlg.cxx | 2 +- src/VISU_I/Makefile.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.2