]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_macro.h
index 5c5f4bc60ee5590a7d0e57ac2df3778159894cd5..2c3fdcfadadd270248b0519f2d504034d74302e0 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;
        ///
@@ -86,6 +86,8 @@ private:
        bool editing() const;
        ///
        bool defining() const;
+       ///
+       void updateExpansion() const;
 
        ///
        MathAtom & tmplate_;