X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkTimer.cxx;h=f01d77c1426d9ca45d35f4fdf0ca790832f5ef29;hb=e1098dccba022441144bfc1c44a2b58db7dde34e;hp=d6987fa96ab3db12335ece3d54646958e7bf03b1;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/common/clitkTimer.cxx b/common/clitkTimer.cxx index d6987fa..f01d77c 100644 --- a/common/clitkTimer.cxx +++ b/common/clitkTimer.cxx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef CLITKTIMER_CXX #define CLITKTIMER_CXX /** @@ -99,7 +99,7 @@ void clitk::Timer::Print(std::ostream & os) const //==================================================================== void clitk::Timer::Print(std::string text, std::ostream & os) const { - os << text; + os << text.c_str(); Print(os); } //====================================================================