]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.cpp
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathRef.cpp
index f6ca612983121383c4d85ab03dee3245bd885d62..998653b38b68fe6dd3161d7a266e2878791ffb63 100644 (file)
@@ -177,7 +177,7 @@ string const InsetMathRef::createDialogStr(string const & name) const
        icp["reference"] = asString(cell(0));
        if (!cell(1).empty())
                icp["name"] = asString(cell(1));
-       return InsetCommandMailer::params2string(name, icp);
+       return InsetCommand::params2string(name, icp);
 }