From 8cfe3413142a349802cc7daf7261a1bfa1cd1f5e Mon Sep 17 00:00:00 2001 From: schodet Date: Wed, 9 Feb 2005 14:04:00 +0000 Subject: Fix: oublie d'affichage du message. --- 2005/i/robert/src/log/log.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2005/i/robert/src/log/log.hh') diff --git a/2005/i/robert/src/log/log.hh b/2005/i/robert/src/log/log.hh index 026b1f0..055f00e 100644 --- a/2005/i/robert/src/log/log.hh +++ b/2005/i/robert/src/log/log.hh @@ -58,7 +58,7 @@ class Log /// Récupère l'instance. const char *getInstance (void) const { return instance_; } /// Traduit le niveau de log. - static void toString (Level level, std::string &s); + static std::string toString (Level level); /// Traduit le niveau de log. static Level toLevel (const std::string &level); /// Traduit le masque de niveau de log. -- cgit v1.2.3