]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathEnsureMath.h
index 41c3ad654ab74f5f392abd167594eb779a5c16d7..45dfa2ba9a41b3a73c090452a19d4baa45bc7a28 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 /// Inset for ensuring math mode
 class InsetMathEnsureMath : public InsetMathNest {
 public:
-       InsetMathEnsureMath(Buffer * buf);
+       explicit InsetMathEnsureMath(Buffer * buf);
        ///
        mode_type currentMode() const { return MATH_MODE; }
        ///