]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathMacroTemplate.h
Mark constructors with only one parameter as explicit
[features.git] / src / mathed / InsetMathMacroTemplate.h
index ddcfe4df78d2b0511c773f52540f274883cf6444..978aa64ed7db7f723683c1505bf54a78c89ef5c4 100644 (file)
@@ -27,7 +27,7 @@ class XHTMLStream;
 class InsetMathMacroTemplate : public InsetMathNest {
 public:
        ///
-       InsetMathMacroTemplate(Buffer * buf);
+       explicit InsetMathMacroTemplate(Buffer * buf);
        ///
        InsetMathMacroTemplate(Buffer * buf, docstring const & name, int nargs,
                int optional, MacroType type,