X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.h;h=10a585693b1a93de7b15dd2a687219730c313f42;hb=9b3db5f141ec2b11eadefaa2ea2a3a20058b37f9;hp=b901f57a9b78daef8f7e495fab0055c05570a3c2;hpb=d7a4d5d474ae599b723e52ebda8bd3fc6cee752a;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index b901f57a..10a58569 100644 --- a/src/gdcmDict.h +++ b/src/gdcmDict.h @@ -57,8 +57,8 @@ public: inline TagKeyHT & gdcmDict::GetEntries(void) { return KeyHt; } private: + /// ASCII file holding the Dictionnary std::string filename; - /// Access through TagKey (see alternate access with NameHt) TagKeyHT KeyHt; /// Access through TagName (see alternate access with KeyHt)