]> Creatis software - gdcm.git/blobdiff - src/gdcmRefCounter.h
BUG: I believe 0020,0030 has a VM of 3 an not 1
[gdcm.git] / src / gdcmRefCounter.h
index 23c96c0fa3c521632f0544fc5a0b6f31de1c8a6c..70d1262f65f2af10d616dcc8fdcbeada65ce87da 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRefCounter.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/21 07:38:00 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/10/21 11:50:04 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -31,14 +31,13 @@ namespace gdcm
  */
 class GDCM_EXPORT RefCounter : public Base
 {
-public:
    gdcmTypeMacro(RefCounter)
 
 public:
 // Allocator / Unallocator
    /// Delete the object
    /// \remarks The object is deleted only if its reference counting is to zero
-   inline virtual void Delete(void)
+   inline void Delete(void)
    {
       Unregister();
    }