mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 21:36:06 +00:00
Make a parameter const.
This commit is contained in:
parent
6a2d7a533f
commit
7dc3992288
@ -35,7 +35,7 @@ static lg::log_domain log_engine("engine");
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user