File: 2004-Fix-undefined-names.patch

package info (click to toggle)
telegram-desktop 5.7.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 63,488 kB
  • sloc: cpp: 756,228; python: 4,383; ansic: 1,505; javascript: 1,366; sh: 884; makefile: 820; objc: 652; xml: 565
file content (16 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 {};
 }