mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 20:08:38 +00:00
changed constructor syntax for MSVC6 compat.
This commit is contained in:
parent
0c94423503
commit
cac45240c1
@ -133,7 +133,7 @@ void locator::get_tc_info(const std::string& field)
|
||||
}
|
||||
void locator::parse_arguments()
|
||||
{
|
||||
std::string& fn(val_.filename_);
|
||||
std::string& fn = val_.filename_;
|
||||
if(fn.empty()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user