CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 05/03/18 20:51:42
Modified files:
src : log.cpp
Log message:
-pedantic
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/log.cpp.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
Patches:
Index: wesnoth/src/log.cpp
diff -u wesnoth/src/log.cpp:1.19 wesnoth/src/log.cpp:1.20
--- wesnoth/src/log.cpp:1.19 Fri Dec 31 21:01:37 2004
+++ wesnoth/src/log.cpp Fri Mar 18 20:51:42 2005
@@ -1,4 +1,4 @@
-/* $Id: log.cpp,v 1.19 2004/12/31 21:01:37 isaaccp Exp $ */
+/* $Id: log.cpp,v 1.20 2005/03/18 20:51:42 silene Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
2004 by Guillaume Melquiond <[EMAIL PROTECTED]>
@@ -82,7 +82,7 @@
std::cerr << name_ << " " << d.name_ << ": ";
return std::cerr;
}
-};
+}
scope_logger::scope_logger(log_domain const &domain, const std::string& str)
: ticks_(SDL_GetTicks()), str_(str), output_(info(domain, false))