]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
listerrors.lyx : Update a link.
[lyx.git] / src / mathed / InsetMath.h
index 3d68f22d902fd601ac15c1937c5efd1a22ab2a0c..24884ba541ebf0c827ce0524d848aff10a59ee56 100644 (file)
@@ -102,6 +102,8 @@ public:
        InsetMath const * asInsetMath() const { return this; }
        /// this is overridden in math text insets (i.e. mbox)
        bool inMathed() const { return true; }
+       ///
+       virtual docstring name() const;
 
        /// this is overridden by specific insets
        virtual mode_type currentMode() const { return MATH_MODE; }