X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLefteqn.h;h=0ad64af111b815ecae5ca6856798852370c829eb;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=2a3825f2a4b82e488d7840beacce6e86a60f56b6;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathLefteqn.h b/src/mathed/InsetMathLefteqn.h index 2a3825f2a4..0ad64af111 100644 --- a/src/mathed/InsetMathLefteqn.h +++ b/src/mathed/InsetMathLefteqn.h @@ -23,7 +23,7 @@ namespace lyx { class InsetMathLefteqn : public InsetMathNest { public: /// - InsetMathLefteqn(); + explicit InsetMathLefteqn(Buffer * buf); /// docstring name() const; /// @@ -32,6 +32,9 @@ public: void draw(PainterInfo & pi, int x, int y) const; /// void infoize(odocstream & os) const; + /// + InsetCode lyxCode() const { return MATH_LEFTEQN_CODE; } + private: virtual Inset * clone() const; };