From 36887e10cba8ffee88027d2e5e3527a8360f0284 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 23 Sep 2004 20:14:07 +0000 Subject: [PATCH] ENH: What the hell! There is no way it compiles on Win32 --- src/gdcmDocument.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); -- 2.46.1