chrcatid_t_blank and langid_t_blank are static members of their respective structures now

This commit is contained in:
2016-10-06 23:17:24 +02:00
parent e4e8609a00
commit dddc2d5794
8 changed files with 47 additions and 19 deletions

View File

@@ -224,7 +224,7 @@ namespace ZRCola {
///
inline void Decompose(_In_z_count_(inputMax) const wchar_t* input, _In_ size_t inputMax, _Out_ std::wstring &output, _Out_opt_ std::vector<mapping>* map = NULL) const
{
Decompose(input, inputMax, NULL, langid_t_blank, output, map);
Decompose(input, inputMax, NULL, langid_t::blank, output, map);
}
///