]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.h
LyX Drinkers United: patch 2
[features.git] / src / mathed / math_funcinset.h
index afb875f0b95cfd9df0fd5ffccfdd55dec8b147ef..7bfea999a54c1b805ae593ed03d525dbd04a13ae 100644 (file)
@@ -15,9 +15,9 @@
 class MathFuncInset : public MathInset {
 public:
        ///
-       explicit MathFuncInset(string const & nm, short ot = LM_OT_FUNC);
+       explicit MathFuncInset(string const & nm, MathInsetTypes ot = LM_OT_FUNC);
        ///
-       MathInset *  Clone() const;
+       MathInset * Clone() const;
        ///
        void draw(Painter &, int, int);
        ///