]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_stackrelinset.h
index 699dffe402d6833346bc6123efebf4f4413c3657..e8f64b2ca9ca41693e296cd887ecf172af6d8829 100644 (file)
@@ -8,8 +8,10 @@
 #pragma interface
 #endif
 
-/** Stackrel objects 
-    \author André Pönitz
+/** Stackrel objects
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 class MathStackrelInset : public MathFracbaseInset {
 public:
@@ -18,9 +20,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
 
        ///
        void write(WriteStream & os) const;