]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmDemo.cxx
* Bugs fix for the Windows build with VC6
[gdcm.git] / vtk / vtkGdcmDemo.cxx
index d94763cb9fa3744843356265b52be8e1f36013da..3dff229e3825ee621519a34ff78daeb7c879e462 100644 (file)
@@ -1,4 +1,4 @@
-// $Header: /cvs/public/gdcm/vtk/vtkGdcmDemo.cxx,v 1.1 2004/10/01 12:40:58 frog Exp $
+// $Header: /cvs/public/gdcm/vtk/vtkGdcmDemo.cxx,v 1.2 2004/11/09 11:21:33 regrain Exp $
 
 //----------------------------------------------------------------------------
 // A simple straightfoward example of vtkGdcmReader vtk class usage.
@@ -43,7 +43,7 @@ int main( int argc, char *argv[] )
 
    if (argc < 2)
    {
-      std::cerr << "Usage: " << argv[0] << " image.dcm\n";
+      cerr << "Usage: " << argv[0] << " image.dcm\n";
       return 0;
    }