From ad50d09f7cc57e78edad44dfa5c6bcb61ebb6552 Mon Sep 17 00:00:00 2001 From: Nicholas Guriev Date: Sun, 5 Feb 2023 23:11:13 +0300 Subject: [PATCH] Fix build on Linux Similar to 46385c35458d41ce589a75db51f320842794e31a. --- spellcheck/platform/linux/language_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spellcheck/platform/linux/language_linux.cpp b/spellcheck/platform/linux/language_linux.cpp index a691889..34baf48 100644 --- a/spellcheck/platform/linux/language_linux.cpp +++ b/spellcheck/platform/linux/language_linux.cpp @@ -8,7 +8,7 @@ namespace Platform::Language { -Id Recognize(QStringView text) { +LanguageId Recognize(QStringView text) { return {}; }