Description: Fixing build changes
Forwarded: https://github.com/desktop-app/lib_spellcheck/pull/23
Author: Nicholas Guriev <guriev-ns@ya.ru>
Last-Update: Fri, 17 Feb 2023 11:23:53 +0300

--- a/Telegram/lib_spellcheck/spellcheck/platform/linux/language_linux.cpp
+++ b/Telegram/lib_spellcheck/spellcheck/platform/linux/language_linux.cpp
@@ -8,7 +8,7 @@
 
 namespace Platform::Language {
 
-Id Recognize(QStringView text) {
+LanguageId Recognize(QStringView text) {
 	return {};
 }
 
