UnigramDev/Unigram

"languageName": is not a member of "SyntaxHighlighter" on build

atrdev-rgb opened this issue · 0 comments

return winrt::to_hstring(m_highlighter->languageName(winrt::to_string(languageCode)));

1>------ Build started: project: Telegram.Native, Configuration: Debug x64 ------
1>SyntaxToken.cpp
1>D:\Unigram\Unigram\Telegram.Native\Highlight\SyntaxToken.cpp(129,49): error C2039: "languageName": is not a member of "SyntaxHighlighter".
1>D:\Unigram\Unigram\Libraries\libprisma\libprisma\SyntaxHighlighter.h(19,7): message : see declaration "SyntaxHighlighter"
1>Building the project "Telegram.Native.vcxproj" completed with an error.
2>------ Assembly started: project: Telegram, Configuration: Debug x64 ------