]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_kerninset.h
index 0437c393d0f511cd9c12bb0e8a368212cd591331..aa30e03bd92639571360f9a8eaeb0d3b73423111 100644 (file)
@@ -13,8 +13,7 @@
 #define MATH_CHEATINSET_H
 
 #include "math_inset.h"
-#include "vspace.h"
-#include "support/std_string.h"
+#include "lyxlength.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;
        ///