]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathBox.h
index af166c19c71b5cf75df874a2d8cb8be522393e05..e07fed9c48176c3511a317da759635190bcc0819 100644 (file)
@@ -54,7 +54,7 @@ private:
 class InsetMathFBox : public InsetMathNest {
 public:
        ///
-       InsetMathFBox(Buffer * buf);
+       explicit InsetMathFBox(Buffer * buf);
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
@@ -116,7 +116,7 @@ private:
 class InsetMathBoxed : public InsetMathNest {
 public:
        ///
-       InsetMathBoxed(Buffer * buf);
+       explicit InsetMathBoxed(Buffer * buf);
        ///
        marker_type marker(BufferView const *) const { return NO_MARKER; }
        ///