mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix warning
This commit is contained in:
parent
9c7030b36b
commit
d815f382fa
@ -379,7 +379,7 @@ docstring convertLaTeXCommands(docstring const & str)
|
||||
}
|
||||
|
||||
if (ch == '~') {
|
||||
ret += 0x00a0;
|
||||
ret += char_type(0x00a0);
|
||||
val = val.substr(1);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user