X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathScript.h;h=0d43f95d6e9d6fb760176704e64a6659ffee64c4;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=011b82160b72d13facd83b5804171206b58e4a02;hpb=42123ab8a71080b6d15fca4e0c43ae76abf00a1e;p=lyx.git diff --git a/src/mathed/InsetMathScript.h b/src/mathed/InsetMathScript.h index 011b82160b..0d43f95d6e 100644 --- a/src/mathed/InsetMathScript.h +++ b/src/mathed/InsetMathScript.h @@ -75,17 +75,17 @@ public: /// get limits int limits() const { return limits_; } /// returns subscript. Always run 'hasDown' or 'has(false)' before! - MathArray const & down() const; + MathData const & down() const; /// returns subscript. Always run 'hasDown' or 'has(false)' before! - MathArray & down(); + MathData & down(); /// returns superscript. Always run 'hasUp' or 'has(true)' before! - MathArray const & up() const; + MathData const & up() const; /// returns superscript. Always run 'hasUp' or 'has(true)' before! - MathArray & up(); + MathData & up(); /// returns nucleus - MathArray const & nuc() const; + MathData const & nuc() const; /// returns nucleus - MathArray & nuc(); + MathData & nuc(); /// do we have a superscript? bool hasUp() const; /// do we have a subscript? @@ -105,7 +105,7 @@ public: protected: virtual void doDispatch(Cursor & cur, FuncRequest & cmd); private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// returns x offset for main part int dxx() const; /// returns width of nucleus if any