]> Creatis software - gdcm.git/blobdiff - src/gdcmDocument.h
* src/gdcmDocument.[cxx|h] : fix memory leaks. The return is suppressed
[gdcm.git] / src / gdcmDocument.h
index 0324a946a87a7fe3807e9c1c8c110218cdb7fe12..26cca8c810869e2505bd9dc560e20c6bb97f1dfe 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2004/11/12 21:33:46 $
-  Version:   $Revision: 1.57 $
+  Date:      $Date: 2004/11/15 16:12:30 $
+  Version:   $Revision: 1.58 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -164,8 +164,8 @@ public:
    bool ReplaceIfExistByNumber ( std::string const & value,
                                  uint16_t group, uint16_t elem );
    
-   virtual void* LoadEntryBinArea(uint16_t group, uint16_t elem);
-   virtual void* LoadEntryBinArea(BinEntry* entry);
+   virtual void LoadEntryBinArea(uint16_t group, uint16_t elem);
+   virtual void LoadEntryBinArea(BinEntry* entry);
       
    // System access (meaning endian related !?)
    uint16_t SwapShort(uint16_t);   // needed by File