]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.h
more IU
[lyx.git] / src / mathed / math_splitinset.h
index 94ab3287c8c41db2a1b0006e42d5c07fe01379a2..98ac168c2383c17979cd9ed0153104459bbc5f04 100644 (file)
 #define MATH_SPLITINSET_H
 
 #include "math_gridinset.h"
-#include "support/std_string.h"
 
 
 class MathSplitInset : public MathGridInset {
 public:
        ///
-       explicit MathSplitInset(string const & name);
+       explicit MathSplitInset(std::string const & name);
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
@@ -30,7 +29,7 @@ public:
        char defaultColAlign(col_type);
 private:
        ///
-       string name_;
+       std::string name_;
 };
 
 #endif