mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 16:29:55 +00:00
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
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue