From: Richard Kimberly Heck Date: Tue, 24 Nov 2020 21:58:07 +0000 (-0500) Subject: nullptr X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5691b89858c2a5427dd2952775be2d9dbb4024b9;p=features.git nullptr --- diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp index 54fe012857..20720f1fce 100644 --- a/src/mathed/MathFactory.cpp +++ b/src/mathed/MathFactory.cpp @@ -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())