X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRefCounter.h;h=6a801ca72fd435cd5547465adecdfacac2daf8f2;hb=33f74017149d3c5bcf1872201b77be83a4fa6427;hp=23c96c0fa3c521632f0544fc5a0b6f31de1c8a6c;hpb=12a274bc7f2ed75439e0451bb5e9ff2b612e8aa2;p=gdcm.git diff --git a/src/gdcmRefCounter.h b/src/gdcmRefCounter.h index 23c96c0f..6a801ca7 100644 --- a/src/gdcmRefCounter.h +++ b/src/gdcmRefCounter.h @@ -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 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 @@ -38,7 +38,7 @@ 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(); }