CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <[EMAIL PROTECTED]> 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