]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macro.h
Even more ugly changes and a new file dependency to shut up Jean-Marc's
[features.git] / src / mathed / math_macro.h
index ed8067bde531c8f3c76905e04cd71a29f1024fcb..bfcfa94a2635078500459289475e27bdfe81c6d0 100644 (file)
@@ -54,13 +54,13 @@ public:
        void dump() const;
 
        ///
-       bool idxUp(unsigned int &, unsigned int &) const;
+       bool idxUp(idx_type &, pos_type &) const;
        ///
-       bool idxDown(unsigned int &, unsigned int &) const;
+       bool idxDown(idx_type &, pos_type &) const;
        ///
-       bool idxLeft(unsigned int &, unsigned int &) const;
+       bool idxLeft(idx_type &, pos_type &) const;
        ///
-       bool idxRight(unsigned int &, unsigned int &) const;
+       bool idxRight(idx_type &, pos_type &) const;
 
        ///
        void validate(LaTeXFeatures &) const;