X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_gridinset.h;h=101d506fc3cf8618f4e37afa20ea31b01e75ee06;hb=c9c3b9b447c3f99a059730e7e4a6caf95496221a;hp=1b4e4ca2697da803489f9b9801553761682dee49;hpb=08c784de22815ba5f640eee1e6be311e805863b8;p=lyx.git diff --git a/src/mathed/math_gridinset.h b/src/mathed/math_gridinset.h index 1b4e4ca269..101d506fc3 100644 --- a/src/mathed/math_gridinset.h +++ b/src/mathed/math_gridinset.h @@ -3,6 +3,7 @@ #define MATH_GRID_H #include "math_nestinset.h" +#include "LString.h" #ifdef __GNUG__ #pragma interface @@ -52,7 +53,7 @@ class MathGridInset : public MathNestInset { public: /// - MathGridInset(int m, int n, string const & nm); + MathGridInset(int m, int n); /// void write(std::ostream &, bool fragile) const; ///