mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Use a static method instead of a method call on a global variable.
This commit is contained in:
parent
3002a20800
commit
1220f399a7
@ -668,7 +668,7 @@ pair<bool, docstring> convert_unicodesymbols(docstring s)
|
||||
bool termination;
|
||||
docstring rem;
|
||||
set<string> req;
|
||||
docstring parsed = normalize_c(encodings.fromLaTeXCommand(s,
|
||||
docstring parsed = normalize_c(Encodings::fromLaTeXCommand(s,
|
||||
Encodings::TEXT_CMD, termination, rem, &req));
|
||||
set<string>::const_iterator it = req.begin();
|
||||
set<string>::const_iterator en = req.end();
|
||||
|
Loading…
Reference in New Issue
Block a user