From: jpr Date: Fri, 19 Sep 2008 09:33:16 +0000 (+0000) Subject: To please gcc 4.3 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=gdcm.git;a=commitdiff_plain;h=447c45c3070a88e61e60097661c4ffc168dd5ea2 To please gcc 4.3 --- diff --git a/Example/PcpdenseToDicom.cxx b/Example/PcpdenseToDicom.cxx index b00c2091..af177af1 100644 --- a/Example/PcpdenseToDicom.cxx +++ b/Example/PcpdenseToDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PcpdenseToDicom.cxx,v $ Language: C++ - Date: $Date: 2008/09/15 15:49:20 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/09/19 09:33:16 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,8 +37,8 @@ * Hope they don't change soon! */ -void MakeDicomImage(unsigned short int *tabVal, int X, int Y, std::string dcmImageName, - const char * patientname, int nbFrames, std::string studyUID, std::string serieUID, std::string studyUID, int imgNum,bool m ); +void MakeDicomImage(unsigned short int *tabVal, int X, int Y, std::string dcmImageName, const char * patientName, int nbFrames, + std::string studyUID, std::string serieUID, std::string SerieDescr, int imgNum, bool m ); void LoadImage(std::ifstream &from, unsigned short int * ); diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index ffbfd595..7fa15f74 100755 --- a/Testing/TestInline.cxx +++ b/Testing/TestInline.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestInline.cxx,v $ Language: C++ - Date: $Date: 2008/09/15 15:49:21 $ - Version: $Revision: 1.20 $ + Date: $Date: 2008/09/19 09:33:17 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -30,7 +30,7 @@ // Which CXX_FLAGS, LINKER_FLAGS, ..., must we set to see the difference? #include "gdcmUtil.h" - +#include // Needed under Suse?!? #include // atoi #if defined(__BORLANDC__) || defined (_MSC_VER) #include