]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntrySet.h
* Fix compilation warnings
[gdcm.git] / src / gdcmDocEntrySet.h
index 98d95b533ff48ee270a7b153d177d7cdc92fea9b..d2a5f485c4fcf5b33438b8e8744d05904abef74d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntrySet.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:26 $
-  Version:   $Revision: 1.63 $
+  Date:      $Date: 2005/11/30 08:48:17 $
+  Version:   $Revision: 1.67 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -111,6 +111,8 @@ public:
                          VRKey const &vr = GDCM_VRUNKNOWN);
    SeqEntry *NewSeqEntry(uint16_t group, uint16_t elem);
 
+   virtual void Copy(DocEntrySet *) {};
+
 protected:
    /// Canonical Constructor
    DocEntrySet();