]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_gridinset.h
index 648fc7a58873b0e1bf2df1cad32ec137a05b25df..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;
        ///
@@ -216,7 +216,7 @@ public:
 
 protected:
        ///
-       DispatchResult priv_dispatch(BufferView & bv, FuncRequest const & cmd);
+       DispatchResult priv_dispatch(LCursor & cur, FuncRequest const & cmd);
        /// returns x offset of cell compared to inset
        int cellXOffset(idx_type idx) const;
        /// returns y offset of cell compared to inset