]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
FIX: Pb on recent linux machine
[gdcm.git] / src / gdcmDicomDirPatient.h
index f4cc06e8837e380e1ff1db4c839f998d274278bc..eb3e7bde343056ea731ce390aeec2805e829ba2a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirPatient.h,v $
   Language:  C++
-  Date:      $Date: 2004/08/01 02:39:09 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2004/08/26 15:29:52 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -35,7 +35,7 @@ public:
    ~gdcmDicomDirPatient();
 
    virtual void Print(std::ostream &os = std::cout);
-
+   virtual void Write(FILE *fp, FileType t);
    /// Returns the STUDY chained List for this PATIENT.
    ListDicomDirStudy &GetDicomDirStudies() { return studies; };