]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parinset.h
fix the matrix reading other small cleanup
[features.git] / src / mathed / math_parinset.h
index 539f569ec69ab1395709b3d4fc342dc144b47126..61b8b55e27c5cedfe35dd4845d511f38a28a81cc 100644 (file)
@@ -19,8 +19,6 @@ public:
        MathParInset(short st = LM_ST_TEXT, string const & nm = string(),
                     short ot = LM_OT_MIN);
        ///
-       virtual ~MathParInset();
-       ///
        virtual MathedInset * Clone();
        /// Draw the object on a drawable
        virtual void draw(Painter &, int x, int baseline);
@@ -34,6 +32,8 @@ public:
        virtual void setData(MathedArray const &);
        ///
        virtual MathedArray & GetData();
+       ///
+       virtual MathedArray const & GetData() const;
        /// Paragraph position
        virtual void GetXY(int &, int &) const;
        ///