X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPar.h;h=0a178f439642951f2c6a46bde0a247f286c27b2c;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=05d2dabdb09a2aeb859378f96fcd014d38bb0e93;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathPar.h b/src/mathed/InsetMathPar.h index 05d2dabdb0..0a178f4396 100644 --- a/src/mathed/InsetMathPar.h +++ b/src/mathed/InsetMathPar.h @@ -21,9 +21,9 @@ namespace lyx { class InsetMathPar : public InsetMathHull { public: /// - InsetMathPar() {} + InsetMathPar(Buffer * buf) : InsetMathHull(buf) {} /// - InsetMathPar(MathData const & ar); + InsetMathPar(Buffer * buf, MathData const & ar); /// mode_type currentMode() const { return TEXT_MODE; } ///