Author: tschmitz
Date: Sat Aug  6 00:38:08 2011
New Revision: 50619

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50619&view=rev
Log:
Changed a method name.

Modified:
    trunk/src/whiteboard/manager.cpp

Modified: trunk/src/whiteboard/manager.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/whiteboard/manager.cpp?rev=50619&r1=50618&r2=50619&view=diff
==============================================================================
--- trunk/src/whiteboard/manager.cpp (original)
+++ trunk/src/whiteboard/manager.cpp Sat Aug  6 00:38:08 2011
@@ -412,7 +412,7 @@
                                , numbers_(numbers)
                        {}
 
-               void operator()() {visit_all();}
+               using enable_visit_all<draw_visitor>::visit_all;
 
        private:
                //"Inherited" from enable_visit_all
@@ -434,7 +434,7 @@
                //Info about the action numbers to be displayed on screen.
                side_actions::numbers_t numbers;
 
-               draw_visitor(hex,numbers)();
+               draw_visitor(hex,numbers).visit_all();
 
                draw_numbers(hex,numbers); //< helper fcn
        }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to