From: malaterre Date: Tue, 22 Nov 2005 20:24:46 +0000 (+0000) Subject: BUG: Yet another shoot yourself in the foot X-Git-Tag: Version1.3~47 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=84ccfe2f79e5bc2d999c51362674de7d07da2211;p=gdcm.git BUG: Yet another shoot yourself in the foot --- diff --git a/src/gdcmFileHelper.h b/src/gdcmFileHelper.h index eee1c02a..9266727f 100644 --- a/src/gdcmFileHelper.h +++ b/src/gdcmFileHelper.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFileHelper.h,v $ Language: C++ - Date: $Date: 2005/11/21 09:46:26 $ - Version: $Revision: 1.31 $ + Date: $Date: 2005/11/22 20:24:46 $ + Version: $Revision: 1.32 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -160,6 +160,7 @@ public: protected: FileHelper( ); FileHelper( File *header ); + ~FileHelper(); bool CheckWriteIntegrity();