]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathExFunc.h
index 9f91649f3d83192da07e3b5e59f8190bfc5cb597..fb6dda8b360e2e84f7b68cab4bebcc1d98ee47fc 100644 (file)
@@ -26,9 +26,9 @@ namespace lyx {
 class InsetMathExFunc : public InsetMathNest {
 public:
        ///
-       explicit InsetMathExFunc(docstring const & name);
+       InsetMathExFunc(Buffer * buf, docstring const & name);
        ///
-       InsetMathExFunc(docstring const & name, MathData const & ar);
+       InsetMathExFunc(Buffer * buf, docstring const & name, MathData const & ar);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -46,6 +46,8 @@ public:
        void mathmlize(MathStream &) const;
        ///
        void octave(OctaveStream &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_EXFUNC_CODE; }
 
 private:
        virtual Inset * clone() const;