]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathComment.h
index 8cfe1368d7cb01cbf7465b8d096af8776194cdf0..10b244613f336795d2ad0cbf1548e4770e34c9d2 100644 (file)
@@ -23,11 +23,11 @@ class latexkeys;
 class InsetMathComment : public InsetMathNest {
 public:
        ///
-       InsetMathComment(Buffer * buf);
+       explicit InsetMathComment(Buffer * buf);
        ///
-       InsetMathComment(MathData const & ar);
+       explicit InsetMathComment(MathData const & ar);
        ///
-       explicit InsetMathComment(Buffer * buf, docstring const &);
+       InsetMathComment(Buffer * buf, docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///