X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDecoration.h;h=9e58065ee3f8c76bcc9106edf2c495c317f97088;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=adabcd7c04425d6637e2a88f3fdee77983aec810;hpb=69fc590ee3841a332cfca860efc4911febc0043b;p=lyx.git diff --git a/src/mathed/InsetMathDecoration.h b/src/mathed/InsetMathDecoration.h index adabcd7c04..9e58065ee3 100644 --- a/src/mathed/InsetMathDecoration.h +++ b/src/mathed/InsetMathDecoration.h @@ -26,6 +26,8 @@ public: /// explicit InsetMathDecoration(Buffer * buf, latexkeys const * key); /// + mode_type currentMode() const; + /// void draw(PainterInfo &, int x, int y) const; /// void write(WriteStream & os) const;