From: apo Date: Wed, 30 Nov 2005 06:21:50 +0000 (+0000) Subject: To avoid compilation error X-Git-Tag: TG-D5-38-2003_D2005-20-12~98 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fe384e06cbf486fab5c65fa3f61d1e01ad60f6a9;p=modules%2Fvisu.git To avoid compilation error --- diff --git a/src/PIPELINE/VISU_WidgetCtrl.cxx b/src/PIPELINE/VISU_WidgetCtrl.cxx index 89ffa75f..bb62dc63 100644 --- a/src/PIPELINE/VISU_WidgetCtrl.cxx +++ b/src/PIPELINE/VISU_WidgetCtrl.cxx @@ -292,7 +292,7 @@ void VISU_WidgetCtrl::SetInteractor(vtkRenderWindowInteractor* theRWI) //================================================================== vtkRenderWindowInteractor* VISU_WidgetCtrl::GetInteractor() { - myWidgets[0]->GetInteractor(); + return myWidgets[0]->GetInteractor(); } //================================================================== // function: SetPlaceFactor