]> git.lyx.org Git - lyx.git/commit
Fix compilation with msvc 2019
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 7 Apr 2024 18:41:13 +0000 (20:41 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Apr 2024 08:43:05 +0000 (10:43 +0200)
commit25f11742036f762aa1a83d377bc416a519bca6ef
treebf5a41db926123f5dc74844a7acb77dfe388ec23
parent89afdb050f2b59aeed09bb199cb698d904e2144d
Fix compilation with msvc 2019

'uint' is not defined, 'unsigned int' is better.

(cherry picked from commit c7f53afd319fc9028be74f8949cec00063972462)
src/Text.cpp