X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=e07fed9c48176c3511a317da759635190bcc0819;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=e898a35920165125b3820795c23a05e19ae85e20;hpb=ce8929e9b237af569934b434154d199634363268;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index e898a35920..e07fed9c48 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -54,11 +54,11 @@ private: class InsetMathFBox : public InsetMathNest { public: /// - InsetMathFBox(Buffer * buf); + explicit InsetMathFBox(Buffer * buf); /// mode_type currentMode() const { return TEXT_MODE; } /// - marker_type marker() const { return NO_MARKER; } + marker_type marker(BufferView const *) const { return NO_MARKER; } /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -116,9 +116,9 @@ private: class InsetMathBoxed : public InsetMathNest { public: /// - InsetMathBoxed(Buffer * buf); + explicit InsetMathBoxed(Buffer * buf); /// - marker_type marker() const { return NO_MARKER; } + marker_type marker(BufferView const *) const { return NO_MARKER; } /// void validate(LaTeXFeatures & features) const; ///