mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 04:15:40 -04:00
Partially fix '2 overloads have similar conversions' compilation error
This commit is contained in:
parent
2a9b12bb3f
commit
7697406467
@ -58,6 +58,10 @@ namespace Fallback
|
||||
}
|
||||
}
|
||||
|
||||
void validate(boost::any &v, std::vector<std::string> const &tokens, EscapeFallbackMap* eFM, int a)
|
||||
{
|
||||
validate(v, tokens, (FallbackMap *)eFM, a);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user