X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSubstack.h;h=f2b9e5c0aa48f0eb8e4505e393d8032c412a418d;hb=e0d54dd3b497b78094ea16ab0f38ccdc8c1642e2;hp=a82ecd1ecd39e9fe133af14fce6e6f0b690e0e35;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathSubstack.h b/src/mathed/InsetMathSubstack.h index a82ecd1ecd..f2b9e5c0aa 100644 --- a/src/mathed/InsetMathSubstack.h +++ b/src/mathed/InsetMathSubstack.h @@ -25,17 +25,17 @@ public: /// InsetMathSubstack(); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// InsetMathSubstack const * asSubstackInset() const { return this; } /// - bool getStatus(LCursor & cur, FuncRequest const & cmd, + bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus & flag) const; /// - void infoize(std::ostream & os) const; + void infoize(odocstream & os) const; /// void write(WriteStream & os) const; /// @@ -45,7 +45,7 @@ public: /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };