]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirMeta.h
BUG: Apply patch proposed by Peter Cech (ITK user), to handle some Philips NTSCAN...
[gdcm.git] / src / gdcmDicomDirMeta.h
index 0e665a59979a036410bfa5feca1dba4ce5c5cfed..a15732047dcfee641f08a5833dcbc8f558567e6b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirMeta.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/12 04:35:44 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2004/10/22 03:05:41 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -32,7 +32,7 @@ public:
    ~DicomDirMeta();
 
    virtual void Print(std::ostream &os = std::cout);
-   virtual void Write(FILE * fp, FileType t);
+   virtual void Write(std::ofstream * fp, FileType t);
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------