forked from mirror/openmw-tes3mp
Partially fix '2 overloads have similar conversions' compilation error
This commit is contained in:
parent
2a9b12bb3f
commit
7697406467
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue