From: malaterre Date: Thu, 23 Sep 2004 20:14:07 +0000 (+0000) Subject: ENH: What the hell! There is no way it compiles on Win32 X-Git-Tag: Version0.6.bp~168 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=36887e10cba8ffee88027d2e5e3527a8360f0284;p=gdcm.git ENH: What the hell! There is no way it compiles on Win32 --- diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 72cda039..8d6b055c 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ 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 @@ -194,7 +194,7 @@ public: 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();