]> Creatis software - gdcm.git/blobdiff - src/gdcmException.cxx
ostream replaced by std::ostream
[gdcm.git] / src / gdcmException.cxx
index d3120b94130f1d8556aa722ac68bccf131812b7d..ef908db918687a1534b1d7e44591afa8c3092890 100644 (file)
@@ -89,7 +89,7 @@ std::ostream& operator<<(std::ostream &os, const gdcmException &e) {
     os << "Exception " << e.getName() << " thrown: " << e.getError() << std::endl;
   }
   catch(...) {
-    gdcmException::fatal("operator<<(ostream &, const gdcmException&)");
+    gdcmException::fatal("operator<<(std::ostream &, const gdcmException&)");
   }
   return os;
 }