]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_gridinset.h
index f7d0fb9e35204b02672904114cd5f95d63ef66f8..cc81bc7e678c0e1a5c58025fd11d098a8b110ef2 100644 (file)
@@ -94,7 +94,7 @@ public:
        /// Ensures that the dialog is closed.
        ~MathGridInset();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
+       std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi) const;
        ///
@@ -145,7 +145,7 @@ public:
        row_type row(idx_type idx) const;
 
        ///
-       bool idxUpDown(LCursor &, bool up, int targetx) const;
+       bool idxUpDown(LCursor &, bool up) const;
        ///
        bool idxLeft(LCursor &) const;
        ///