X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmHeader.h;h=58cd9a200b199c8135dfb089e990fd2924ab3418;hb=2908e8e550cb43a54f081c41a94e143f5a9b573e;hp=9f3603e966570ed0e5353566764a4944929a170d;hpb=54ce6e928bccc91bb12601c782b92c833678de40;p=gdcm.git diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index 9f3603e9..58cd9a20 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -119,8 +119,8 @@ public: bool SetEntryByName(std::string content,std::string tagName); // bool SetEntryByNumber(std::string content,guint16 group, guint16 element); -// inline ListTag & GetListElem(void) { return PubHeaderEntrySet.GetListElem();}; -// inline TagHeaderEntryHT & GetElVal(void) { return PubHeaderEntrySet.GetTagHt(); }; +// inline ListTag & GetListEntry(void) { return PubHeaderEntrySet.GetListElem();}; +// inline TagHeaderEntryHT & GetListEntry(void) { return PubHeaderEntrySet.GetTagHt(); }; // Read (used in gdcmFile) FILE *OpenFile(bool exception_on_error = false) throw(gdcmFileError);