]> Creatis software - gdcm.git/commitdiff
ENH: What the hell! There is no way it compiles on Win32
authormalaterre <malaterre>
Thu, 23 Sep 2004 20:14:07 +0000 (20:14 +0000)
committermalaterre <malaterre>
Thu, 23 Sep 2004 20:14:07 +0000 (20:14 +0000)
src/gdcmDocument.h

index 72cda039ba061a2ddb5cb0aeb9251973a343ee0a..8d6b055cd51ae63e8bde3d3849379f26946a0fb5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/23 10:17:26 $
-  Version:   $Revision: 1.41 $
+  Date:      $Date: 2004/09/23 20:14:07 $
+  Version:   $Revision: 1.42 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -194,7 +194,7 @@ public:
    gdcmDocEntry* GetDocEntryByName  (std::string const & tagName);
 
    gdcmValEntry* GetValEntryByNumber(uint16_t group, uint16_t element); 
    gdcmDocEntry* GetDocEntryByName  (std::string const & tagName);
 
    gdcmValEntry* GetValEntryByNumber(uint16_t group, uint16_t element); 
-   gdcmBinEntry* GetBinEntryByNumber(uint16_t group, uint16_t element); 
+   gdcmBinEntry* GetBinEntryByNumber(uint16_t group, uint16_t element) { /*what the hell!*/ }
 
    void LoadDocEntrySafe(gdcmDocEntry* entry);
    TagDocEntryHT* BuildFlatHashTable();
 
    void LoadDocEntrySafe(gdcmDocEntry* entry);
    TagDocEntryHT* BuildFlatHashTable();