]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_spaceinset.h
Small bugfixes and cosmetic changes
[features.git] / src / mathed / math_spaceinset.h
index 67062c52681d98e9f8973e9f47e6c13f1eb5be8a..9983f4945b7a79d1f312ec884346c5f4b22cd33c 100644 (file)
@@ -13,9 +13,9 @@
 class MathSpaceInset : public MathInset {
 public:
        ///
-       MathSpaceInset(int sp, MathInsetTypes ot = LM_OT_SPACE);
+       explicit MathSpaceInset(int sp);
        ///
-       MathInset *  clone() const;
+       MathInset * clone() const;
        ///
        void draw(Painter &, int, int);
        ///