]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
whichFont down to 5.3%
[lyx.git] / src / mathed / math_macro.h
index 5c5f4bc60ee5590a7d0e57ac2df3778159894cd5..35d9da55a4be5d8f2360cdf7c519f0630bc7c628 100644 (file)
@@ -51,9 +51,9 @@ public:
        void dump() const;
 
        ///
-       bool idxUp(idx_type &, pos_type &) const;
+       bool idxUp(idx_type &) const;
        ///
-       bool idxDown(idx_type &, pos_type &) const;
+       bool idxDown(idx_type &) const;
        ///
        bool idxLeft(idx_type &, pos_type &) const;
        ///
@@ -83,9 +83,9 @@ private:
        ///
        char const * name() const;
        ///
-       bool editing() const;
-       ///
        bool defining() const;
+       ///
+       void updateExpansion() const;
 
        ///
        MathAtom & tmplate_;