]> Creatis software - gdcm.git/commitdiff
Remaining ostream replaced by std::ostream
authorjpr <jpr>
Wed, 24 Sep 2003 13:16:50 +0000 (13:16 +0000)
committerjpr <jpr>
Wed, 24 Sep 2003 13:16:50 +0000 (13:16 +0000)
src/gdcmException.cxx

index 66bcb985cfe01e67e7b337f67b21fb33bbff975c..d3120b94130f1d8556aa722ac68bccf131812b7d 100644 (file)
@@ -84,7 +84,7 @@ gdcmException::operator const char *() const throw() {
 }
 
 
-ostream& operator<<(ostream &os, const gdcmException &e) {
+std::ostream& operator<<(std::ostream &os, const gdcmException &e) {
   try {  
     os << "Exception " << e.getName() << " thrown: " << e.getError() << std::endl;
   }