]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / MacroTable.cpp
index 871dc6edb6ddd30651524c890ea8eb1f01afaec1..b090ef57091017d57fe5c21e769004668738866b 100644 (file)
@@ -55,7 +55,7 @@ void MacroData::expand(vector<MathData> const & args, MathData & to) const
        for (DocIterator it = doc_iterator_begin(inset); it; it.forwardChar()) {
                if (!it.nextInset())
                        continue;
-               if (it.nextInset()->lyxCode() != InsetBase::MATHMACROARG_CODE)
+               if (it.nextInset()->lyxCode() != Inset::MATHMACROARG_CODE)
                        continue;
                //it.cell().erase(it.pos());
                //it.cell().insert(it.pos(), it.nextInset()->asInsetMath()