mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:28:35 +00:00
Don't concatenate int arguments
This commit is contained in:
parent
e50a63927b
commit
133eb2af69
@ -29,7 +29,7 @@ namespace wfl
|
||||
{ \
|
||||
public: \
|
||||
explicit name##_function(const args_list& args) \
|
||||
: function_expression(#name, args, ##min_args, ##max_args) \
|
||||
: function_expression(#name, args, min_args, max_args) \
|
||||
{ \
|
||||
} \
|
||||
\
|
||||
|
Loading…
x
Reference in New Issue
Block a user