]> 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>
Sun, 7 Apr 2024 18:43:00 +0000 (20:43 +0200)
commitc7f53afd319fc9028be74f8949cec00063972462
tree0a08143d44fd64910a29d755f8ef777cfed7a767
parent89901123c579c6c7dbd1aecd092d62c3a0a3db24
Fix compilation with msvc 2019

'uint' is not defined, 'unsigned int' is better.
src/Text.cpp