X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMakebox.h;h=480f42d70a59f6083f2b5617fb87aab96eae72c4;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=fc8750ff1e69b17c956b1373fd9ac1215155c45c;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathMakebox.h b/src/mathed/InsetMathMakebox.h index fc8750ff1e..480f42d70a 100644 --- a/src/mathed/InsetMathMakebox.h +++ b/src/mathed/InsetMathMakebox.h @@ -25,7 +25,7 @@ public: /// InsetMathMakebox(); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -35,9 +35,9 @@ public: /// mode_type currentMode() const { return TEXT_MODE; } /// - void infoize(std::ostream & os) const; + void infoize(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// width of '[' in current font mutable int w_; };