]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To avoid compilation error
authorapo <apo@opencascade.com>
Wed, 7 Dec 2005 06:14:22 +0000 (06:14 +0000)
committerapo <apo@opencascade.com>
Wed, 7 Dec 2005 06:14:22 +0000 (06:14 +0000)
src/VISUGUI/VisuGUI_Plot3DDlg.cxx
src/VISU_I/Makefile.in

index 31024349f93ffc3248720fe0bf2435169b634dd4..056a1a938c06c51aa25e41ddcb9ba727ab170a09 100644 (file)
@@ -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);
   }
index dedfe061344082f9cddbd95ba82e9de2f769d5cc..68d8f5cbe77bd0105a6780742ce4d14ce3ca1511 100644 (file)
@@ -157,6 +157,7 @@ LDFLAGSFORBIN=$(LDFLAGS) $(LIBS) \
        -lOCCViewer \
        -lSUPERVGraph \
        -lSOCC \
+       -lVVTK \
        -lPlot2d \
        -lMEDWrapper \
        -lMEDWrapperBase \