X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDictSet.h;h=56fcc33d8d3d2ea0af7dc21f1ccece5a64f9b7d6;hb=376c6f32b2c8363692a44c3e44aef6ed5203816f;hp=8d9f5b043f03212d3c1ee4b1a304d46e5bdf05d8;hpb=3e78befc911eac2ecc70747854911d1f803797b5;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index 8d9f5b04..56fcc33d 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -25,7 +25,7 @@ private: /// Directory path to dictionaries std::string DictPath; int AppendDict(gdcmDict* NewDict); - void LoadDictFromFile(std::string filename, DictKey); + void LoadDictFromFile(std::string FileName, DictKey Name); std::string BuildDictPath(void); public: std::list * GetPubDictTagNames(void); @@ -41,7 +41,7 @@ public: // TODO Swig std::string* GetAllDictNames(); gdcmDictSet(void); ~gdcmDictSet(void); - void Print(std::ostream&); + void Print(std::ostream& os); gdcmDict* GetDict(DictKey DictName); gdcmDict* GetDefaultPubDict(void); };