X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.h;h=e9537b4580482fa4b6075ff080c5f7239d3dba0e;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=5799df27490269e7d20c2daf8b4de19bf6dc6ff4;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.h b/src/mathed/InsetMathStackrel.h index 5799df2749..e9537b4580 100644 --- a/src/mathed/InsetMathStackrel.h +++ b/src/mathed/InsetMathStackrel.h @@ -28,7 +28,7 @@ public: /// InsetMathStackrel(); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; @@ -37,7 +37,7 @@ public: /// void normalize(NormalStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };