wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src log.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src log.cpp
Date: Fri, 18 Mar 2005 15:51:42 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    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 <address@hidden>
                  2004 by Guillaume Melquiond <address@hidden>
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]