]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xarrowinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_xarrowinset.h
index d086145726e96a86f3ca8f64a76df1f636c20a82..cf5e7d22f11727a32eab36288550774a9eaf4542 100644 (file)
@@ -10,7 +10,9 @@
 #endif
 
 /** Wide arrows like \xrightarrow
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class MathXArrowInset : public MathNestInset {
@@ -20,11 +22,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
        void normalize(NormalStream & os) const;