X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_boxinset.h;h=c155a76301cd3d4a0294dd8af8d69777cb133c44;hb=b447408de232872fef1537fca542abc23702d572;hp=6ab4d1c7a2bdedde21b5f342940c8162fa9ac4f3;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/mathed/math_boxinset.h b/src/mathed/math_boxinset.h index 6ab4d1c7a2..c155a76301 100644 --- a/src/mathed/math_boxinset.h +++ b/src/mathed/math_boxinset.h @@ -13,7 +13,8 @@ #define MATH_BOXINSET_H #include "math_nestinset.h" -#include "support/std_string.h" + +#include class LyXFont; @@ -23,7 +24,7 @@ class LyXFont; class MathBoxInset : public MathNestInset { public: /// - explicit MathBoxInset(string const & name); + explicit MathBoxInset(std::string const & name); /// virtual std::auto_ptr clone() const; /// @@ -41,7 +42,7 @@ public: private: /// - string name_; + std::string name_; };