]> Creatis software - gdcm.git/blobdiff - src/gdcmDataEntry.h
* Add the Copy method in all datas
[gdcm.git] / src / gdcmDataEntry.h
index b545ff0c673c9c8b74bc6b6e50285c8bd75b22a6..67413d8c7bb75cb638a49085c6ecb85cfe8ed49a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDataEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:25 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2005/11/29 12:48:45 $
+  Version:   $Revision: 1.11 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -115,7 +115,7 @@ public:
    /// \brief true id Entry is a Pixel Data entry
    bool IsPixelData() { return (Flag &FLAG_PIXELDATA) != 0; }
 
-   void Copy(DocEntry *doc);
+   virtual void Copy(DocEntry *doc);
 
    /// \brief returns the size threshold above which an element value 
    ///        will NOT be *printed* in order no to polute the screen output