]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIODicomImageReader2.cpp
changes for X64 compilation.
[creaImageIO.git] / src / creaImageIODicomImageReader2.cpp
index 7ae643b89696b20da733a34c3c9d59337343031c..fc7f56b7cee601b21c03d7eb3bc53a0bd177d5d9 100644 (file)
@@ -94,7 +94,7 @@ namespace creaImageIO
   
 
        void DicomImageReader::getAttributes(const std::string filename, 
-               std::map <std::string , std::string> &infos,std::vector<std::string> i_attr)
+               std::map <std::string , std::string> &infos, std::vector<std::string> i_attr)
        {
                gdcm::Reader reader;
                reader.SetFileName( filename.c_str() );
@@ -112,8 +112,8 @@ namespace creaImageIO
                                }
                        }
                }
-               
        }
+
   //=====================================================================
   void DicomImageReader::ReadAttributes(const std::string& filename, 
                      std::map<std::string,std::string>& attr)