Author: mordante
Date: Fri Sep 26 19:52:03 2008
New Revision: 29705

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29705&view=rev
Log:
Remove useless void.

Modified:
    trunk/src/pathfind.hpp

Modified: trunk/src/pathfind.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/pathfind.hpp?rev=29705&r1=29704&r2=29705&view=diff
==============================================================================
--- trunk/src/pathfind.hpp (original)
+++ trunk/src/pathfind.hpp Fri Sep 26 19:52:03 2008
@@ -75,7 +75,7 @@
 {
        virtual double cost(const gamemap::location& src, const 
gamemap::location& loc, const double so_far) const = 0;
        virtual ~cost_calculator() {}
-       inline double getNoPathValue(void) const { return (42424242.0); }
+       inline double getNoPathValue() const { return (42424242.0); }
 };
 
 /** 


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

Reply via email to