]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Revert "XHTML: remove DOCTYPE, as the document is then understood as HTML4/XHTML1...
[lyx.git] / src / mathed / InsetMathBrace.h
index 82393e97fc7339f722fba734cec47ff326951fe1..4a9efa716a48b4fa06457e83127f77fbfa092829 100644 (file)
@@ -22,9 +22,9 @@ namespace lyx {
 class InsetMathBrace : public InsetMathNest {
 public:
        ///
-       InsetMathBrace(Buffer * buf);
+       explicit InsetMathBrace(Buffer * buf);
        ///
-       InsetMathBrace(MathData const & ar);
+       explicit InsetMathBrace(MathData const & ar);
        /// identifies brace insets
        InsetMathBrace * asBraceInset() { return this; }
        /// identifies brace insets