]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathBig.h
index 5e511db0f46d3e511b42cadfbef5864f3e972eb0..996a30a39d27ecf3946553ad3c88446c3e424ae5 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMath.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -52,6 +50,8 @@ private:
        size_type size() const;
        ///
        double increase() const;
+       /// name with leading backslash stripped
+       docstring word() const;
 
        /// \\bigl or what?
        docstring const name_;