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

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

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


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp
Date: Fri, 03 Dec 2004 13:26:03 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/12/03 18:19:34

Modified files:
        src            : help.cpp 

Log message:
        Suppress parameter warning.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.60&tr2=1.61&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.60 wesnoth/src/help.cpp:1.61
--- wesnoth/src/help.cpp:1.60   Fri Dec  3 17:57:35 2004
+++ wesnoth/src/help.cpp        Fri Dec  3 18:19:34 2004
@@ -2151,7 +2151,7 @@
        set_dirty(true);
 }
 
-void help_browser::update_location(const SDL_Rect& rect) {
+void help_browser::update_location(SDL_Rect const &) {
        adjust_layout();
 }
 




reply via email to

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