]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
Ensure all #warning statements are wrapped by #ifdef WITH_WARNINGS.
[lyx.git] / src / mathed / math_rootinset.h
index 366c77d43ddb74b8176531da14d314c21fdb232c..025304b3340947e48c034011a3c01e8bfb2f0625 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
+       bool idxUpDown(LCursor & cur, bool up) const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///