X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FInsetMathBig.h;h=996a30a39d27ecf3946553ad3c88446c3e424ae5;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=e42582c53124d72a968c4bcb38af920d32362a77;hpb=154319d0635da7da3523519e28702e4a0ff85bba;p=lyx.git diff --git a/src/mathed/InsetMathBig.h b/src/mathed/InsetMathBig.h index e42582c531..996a30a39d 100644 --- a/src/mathed/InsetMathBig.h +++ b/src/mathed/InsetMathBig.h @@ -50,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_;