Author: mordante
Date: Wed Mar  2 22:40:38 2011
New Revision: 48718

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48718&view=rev
Log:
Make a parameter const.

Modified:
    trunk/src/wml_exception.cpp

Modified: trunk/src/wml_exception.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/wml_exception.cpp?rev=48718&r1=48717&r2=48718&view=diff
==============================================================================
--- trunk/src/wml_exception.cpp (original)
+++ trunk/src/wml_exception.cpp Wed Mar  2 22:40:38 2011
@@ -35,7 +35,7 @@
 void wml_exception(
                  const char* cond
                , const char* file
-               , int line
+               , const int line
                , const char *function
                , const std::string& message
                , const std::string& dev_message)


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

Reply via email to