Salome HOME
Windows compatibility
[modules/paravis.git] / src / Plugins / ParaGEOMCorba / vtkParaGEOMCorbaSource.cxx
index 7a442b7aca5161df524f4de5a9b1578f5e07bdf3..fc44ae0225ed1f105b4a5480a6d1fa56c308f03d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -114,7 +114,7 @@ int vtkParaGEOMCorbaSource::RequestData(vtkInformation* request, vtkInformationV
        TopoDS_Shape aTopoDSShape = GEOM_Client::get_client().GetShape( geomGen, geomObj );
        
        if ( !aTopoDSShape.IsNull() ) {
-         vtkPolyData *ret=GEOM::GetData(aTopoDSShape, this->Deflection);
+         vtkPolyData *ret=GEOM::GetVTKData(aTopoDSShape, this->Deflection);
          if(!ret) {
            vtkErrorMacro("On geom object CORBA fetching an error occurs !");
            return 0;