]> 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 fa33c630914ec1ff251cf02dbfabfb8126eb6bbe..10b244613f336795d2ad0cbf1548e4770e34c9d2 100644 (file)
@@ -23,9 +23,11 @@ class latexkeys;
 class InsetMathComment : public InsetMathNest {
 public:
        ///
-       InsetMathComment(Buffer * buf);
+       explicit InsetMathComment(Buffer * buf);
        ///
-       explicit InsetMathComment(Buffer * buf, docstring const &);
+       explicit InsetMathComment(MathData const & ar);
+       ///
+       InsetMathComment(Buffer * buf, docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///