mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
nullptr
This commit is contained in:
parent
8673c5ac28
commit
5691b89858
@ -203,7 +203,7 @@ void initSymbols()
|
||||
} else
|
||||
htmlname = xmlname = "";
|
||||
MacroTable::iterator it = MacroTable::globalMacros().insert(
|
||||
0, from_utf8(macro));
|
||||
nullptr, from_utf8(macro));
|
||||
if (!extra.empty() || !htmlname.empty() || !xmlname.empty() || !required.empty()) {
|
||||
MathWordList::iterator wit = theMathWordList.find(it->first);
|
||||
if (wit != theMathWordList.end())
|
||||
|
Loading…
Reference in New Issue
Block a user