]> Creatis software - gdcm.git/blobdiff - src/gdcmRefCounter.h
* Fix compilation errors due to the 'virtual' key-word
[gdcm.git] / src / gdcmRefCounter.h
index cb3471a936e1ed6bc331dbc90f78eb0feaf837e0..6a801ca72fd435cd5547465adecdfacac2daf8f2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRefCounter.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/20 15:24:10 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2005/10/21 10:40:53 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -32,13 +32,13 @@ namespace gdcm
 class GDCM_EXPORT RefCounter : public Base
 {
 public:
-   gdcmTypeMacro(RefCounter);
+   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();
    }