]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMath.cpp
index 943ca902635bad29b77f9e5d6d04dd6c97a643c6..5507a868c9985e3e2a9432fbe2a3701437eec6e6 100644 (file)
@@ -27,6 +27,12 @@ using namespace std;
 
 namespace lyx {
 
+docstring InsetMath::name() const
+{
+       return from_utf8("Unknown");
+}
+
+
 MathData & InsetMath::cell(idx_type)
 {
        static MathData dummyCell(&buffer());