X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.h;h=e9537b4580482fa4b6075ff080c5f7239d3dba0e;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=8d9cfc006f85cab901b630fd409b7d634876d159;hpb=e89625ef28143545a511cdabc67dee8b7be1b216;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.h b/src/mathed/InsetMathStackrel.h index 8d9cfc006f..e9537b4580 100644 --- a/src/mathed/InsetMathStackrel.h +++ b/src/mathed/InsetMathStackrel.h @@ -15,6 +15,9 @@ #include "InsetMathFracBase.h" +namespace lyx { + + /** Stackrel objects * \author André Pönitz * @@ -25,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; @@ -34,7 +37,10 @@ public: /// void normalize(NormalStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; }; + + +} // namespace lyx #endif