]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
COMP: Fix comp on weird os
[gdcm.git] / src / gdcmElementSet.h
index 7b4617f0c10e7ddaec0a39858c97a02620659b80..85021cbd7ad8bfed44a97c5777a8843719d6fc6d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/26 09:15:19 $
-  Version:   $Revision: 1.50 $
+  Date:      $Date: 2005/11/22 20:27:58 $
+  Version:   $Revision: 1.52 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -27,8 +27,6 @@
 
 namespace gdcm 
 {
-class SeqEntry;
-
 typedef std::map<TagKey, DocEntry *> TagDocEntryHT;
 
 //-----------------------------------------------------------------------------
@@ -64,7 +62,7 @@ protected:
    ~ElementSet();
    /// \brief Some group are illegal withing some Dicom Documents
    ///        Only the Document knows it.
-   bool MayIWrite(uint16_t gr)
+   bool MayIWrite(uint16_t )
                  { return true; }
 private:
 // Variables