]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.h
FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more (hope so...)
[gdcm.git] / src / gdcmDict.h
index b901f57a9b78daef8f7e495fab0055c05570a3c2..10a585693b1a93de7b15dd2a687219730c313f42 100644 (file)
@@ -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)