X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnv.h;h=14b72072bc8100b2504a77c1ff883f2fbd65e3a1;hb=981e958b9d63930c83b1adced65b75b3d857ac97;hp=035aa68e5c18469e61142f1e2e890a816d1948cb;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathEnv.h b/src/mathed/InsetMathEnv.h index 035aa68e5c..14b72072bc 100644 --- a/src/mathed/InsetMathEnv.h +++ b/src/mathed/InsetMathEnv.h @@ -24,7 +24,7 @@ namespace lyx { class InsetMathEnv : public InsetMathNest { public: /// - InsetMathEnv(docstring const & name_); + InsetMathEnv(Buffer * buf, docstring const & name_); /// void draw(PainterInfo &, int x, int y) const; ///