]> Creatis software - gdcm.git/commitdiff
BUG: Yet another shoot yourself in the foot
authormalaterre <malaterre>
Tue, 22 Nov 2005 20:26:06 +0000 (20:26 +0000)
committermalaterre <malaterre>
Tue, 22 Nov 2005 20:26:06 +0000 (20:26 +0000)
src/gdcmFileHelper.h

index 9266727f06529346aa4f9a7331b6050c0500b8ce..a6a098bb2c72076fcf1e0a12d3d4bbff1f380146 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmFileHelper.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/22 20:24:46 $
-  Version:   $Revision: 1.32 $
+  Date:      $Date: 2005/11/22 20:26:06 $
+  Version:   $Revision: 1.33 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -57,8 +57,6 @@ public:
 /// \brief Constructs a FileHelper with a RefCounter from a fileHelper  
    static FileHelper *New(File *header) {return new FileHelper(header);}
    
-   virtual ~FileHelper();
-
    void Print(std::ostream &os = std::cout, std::string const &indent = ""); 
 
    /// Accessor to \ref File