X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_inset.h;h=67c495570eb86439cb604c56df50c4cc0989b485;hb=46787557fb750f22f6febda3fbb9dea0277f18ac;hp=4b72a52e190f6f8248484a7dc83fe85cc7489bc7;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/mathed/math_inset.h b/src/mathed/math_inset.h index 4b72a52e19..67c495570e 100644 --- a/src/mathed/math_inset.h +++ b/src/mathed/math_inset.h @@ -48,7 +48,7 @@ public: /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); /// @@ -79,7 +79,7 @@ class MathAccentInset: public MathedInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); /// @@ -113,7 +113,7 @@ class MathDotsInset: public MathedInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); protected: @@ -136,7 +136,7 @@ class MathSpaceInset: public MathedInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// inline void Metrics(); /// @@ -163,7 +163,7 @@ class MathBigopInset: public MathedInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); /// @@ -194,7 +194,7 @@ class MathSqrtInset: public MathParInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); /// @@ -220,7 +220,7 @@ class MathFracInset: public MathParInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); @@ -270,7 +270,7 @@ class MathDelimInset: public MathParInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); protected: @@ -295,7 +295,7 @@ class MathDecorationInset: public MathParInset { /// void Write(FILE *file); /// - void Write(LString &file); + void Write(string &file); /// void Metrics(); /// @@ -332,7 +332,7 @@ void MathFuncInset::Write(FILE *file) } inline -void MathFuncInset::Write(LString &file) +void MathFuncInset::Write(string &file) { file += '\\'; file += name;