]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_kerninset.h
index 7f89bd9f25ddcc920c326beddc33192a6d95aad0..aa30e03bd92639571360f9a8eaeb0d3b73423111 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "math_inset.h"
 #include "lyxlength.h"
-#include "support/std_string.h"
 
 
 /// The \kern primitive
@@ -27,7 +26,7 @@ public:
        ///
        explicit MathKernInset(LyXLength const & wid);
        ///
-       explicit MathKernInset(string const & wid);
+       explicit MathKernInset(std::string const & wid);
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///