X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.h;h=2dc524177ec391bad471a1eb08a13c1a3c8ef34e;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=945dcf7f3430cd439bee3bfb034d71a513d25993;hpb=b2b8733096543b80b918375cc8a0e1fa6c5fd8b8;p=lyx.git diff --git a/src/mathed/InsetMathFont.h b/src/mathed/InsetMathFont.h index 945dcf7f34..2dc524177e 100644 --- a/src/mathed/InsetMathFont.h +++ b/src/mathed/InsetMathFont.h @@ -34,6 +34,8 @@ public: /// do we allow changing mode during latex export? bool lockedMode() const; /// + void write(WriteStream & os) const; + /// docstring name() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const;