X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_exintinset.h;h=b1e11d8814fd0c9fe85b5f8d2e2104f0ddc20be5;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=fcb3dbf3a0b5b04d9c841e9b2cc1274c37b1f37f;hpb=1f9e9cf5173fa1fbafdff5f21080e5194b05818b;p=lyx.git diff --git a/src/mathed/math_exintinset.h b/src/mathed/math_exintinset.h index fcb3dbf3a0..b1e11d8814 100644 --- a/src/mathed/math_exintinset.h +++ b/src/mathed/math_exintinset.h @@ -18,15 +18,18 @@ #include "math_nestinset.h" +#include + + // cell(0) is stuff before the 'd', cell(1) the stuff after class MathExIntInset : public MathNestInset { public: /// - explicit MathExIntInset(string const & name_); + explicit MathExIntInset(std::string const & name_); /// virtual std::auto_ptr clone() const; /// - void symbol(string const &); + void symbol(std::string const &); /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -49,7 +52,7 @@ private: bool hasScripts() const; /// - string symbol_; + std::string symbol_; }; #endif