]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_stringinset.h
index f81d89b07a42c3e1491ece310b1b4118b462e95e..874152ea792d6473f3c19fd1458b1e0488aaf9b7 100644 (file)
@@ -11,6 +11,8 @@
 /** Some collection of chars with similar properties
  *  maily for math-extern
  *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class MathStringInset : public MathDimInset {
@@ -20,9 +22,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
        string str() const { return str_; }
        ///