X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBig.h;h=996a30a39d27ecf3946553ad3c88446c3e424ae5;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=5e511db0f46d3e511b42cadfbef5864f3e972eb0;hpb=e64be587367540488a28af59cf82a71cb724d68d;p=lyx.git diff --git a/src/mathed/InsetMathBig.h b/src/mathed/InsetMathBig.h index 5e511db0f4..996a30a39d 100644 --- a/src/mathed/InsetMathBig.h +++ b/src/mathed/InsetMathBig.h @@ -14,8 +14,6 @@ #include "InsetMath.h" -#include - 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_;