1
0
Fork 0
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:
AnyOldName3 2016-07-11 14:39:38 +01:00
parent 2a9b12bb3f
commit 7697406467

View file

@ -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