]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.h
* gdcmPython/Makefile.am now avoids calling the wrappers for the
[gdcm.git] / src / gdcmDictSet.h
index 8d9f5b043f03212d3c1ee4b1a304d46e5bdf05d8..56fcc33d8d3d2ea0af7dc21f1ccece5a64f9b7d6 100644 (file)
@@ -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<std::string> * 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);
 };