]> Creatis software - gdcm.git/blobdiff - vtk/vtkgdcmViewer.cxx
* src/gdcmFile.cxx, gdcmHeader.cxx : bug fix for the msvc compilation
[gdcm.git] / vtk / vtkgdcmViewer.cxx
index b9caec87947b68c0ffdcc00c532a9ed525e23b12..ff1e6099b46f63a0a0b4b3b1dc0e1447ad4c7367 100644 (file)
@@ -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();