]> Creatis software - gdcm.git/blobdiff - src/gdcmElValSet.cxx
ostream replaced by std::ostream
[gdcm.git] / src / gdcmElValSet.cxx
index 73a4930e6d500aeb957055d5328c2ab977f55a0a..2dd8e846292b80e448505b274fb0331ef8103ce1 100644 (file)
@@ -59,7 +59,7 @@ int gdcmElValSet::CheckIfExistByNumber(guint16 Group, guint16 Elem ) {
  * \ingroup gdcmElValSet
  * \brief   
  */
-void gdcmElValSet::Print(ostream & os) {
+void gdcmElValSet::Print(std::ostream & os) {
 
    size_t o;
    short int g, e;
@@ -102,7 +102,7 @@ void gdcmElValSet::Print(ostream & os) {
  * \ingroup gdcmElValSet
  * \brief   
  */
-void gdcmElValSet::PrintByName(ostream & os) {
+void gdcmElValSet::PrintByName(std::ostream & os) {
    for (TagElValueNameHT::iterator tag = NameHt.begin();
           tag != NameHt.end();
           ++tag){