]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathFactory.cpp
Rename class RefInset to InsetMathRef
[features.git] / src / mathed / MathFactory.cpp
index 70244a7006e990060c25e43ee969418ed454b469..a034542f29e7ebe06e7958de2edb4e883970e98b 100644 (file)
@@ -265,7 +265,7 @@ MathAtom createInsetMath(docstring const & s)
                docstring const & inset = l->inset;
                //lyxerr << " found inset: '" << inset << '\'' << endl;
                if (inset == "ref")
-                       return MathAtom(new RefInset(l->name));
+                       return MathAtom(new InsetMathRef(l->name));
                if (inset == "overset")
                        return MathAtom(new InsetMathOverset);
                if (inset == "underset")