X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkgdcmViewer.cxx;h=ff1e6099b46f63a0a0b4b3b1dc0e1447ad4c7367;hb=993abd8da219c4c06ebef8d92bfeb17f5e41f9d5;hp=b9caec87947b68c0ffdcc00c532a9ed525e23b12;hpb=ac6281627c9571b711bd4d6e55a4adabc8b91afb;p=gdcm.git diff --git a/vtk/vtkgdcmViewer.cxx b/vtk/vtkgdcmViewer.cxx index b9caec87..ff1e6099 100644 --- a/vtk/vtkgdcmViewer.cxx +++ b/vtk/vtkgdcmViewer.cxx @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) reader->Update(); //print debug info: - reader->GetOutput()->Print( std::cout ); + reader->GetOutput()->Print( cout ); vtkRenderWindowInteractor *iren = vtkRenderWindowInteractor::New();