]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
Remove obsolete (and false) comment.
[lyx.git] / src / mathed / InsetMathBox.h
index e898a35920165125b3820795c23a05e19ae85e20..e07fed9c48176c3511a317da759635190bcc0819 100644 (file)
@@ -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;
        ///