]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xarrowinset.h
mathed uglyfication
[lyx.git] / src / mathed / math_xarrowinset.h
index 70987f2aea7fbbc8d6a9081682a36944d5eeab8f..a828e3f5f6c79c90324982b3572e34f6a837c053 100644 (file)
 #define MATH_XARROWINSET_H
 
 #include "math_fracbase.h"
-#include "LString.h"
 
 
 /// Wide arrows like \xrightarrow
 class MathXArrowInset : public MathFracbaseInset {
 public:
        ///
-       explicit MathXArrowInset(string const & name);
+       explicit MathXArrowInset(std::string const & name);
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
@@ -36,6 +35,6 @@ private:
        ///
        bool upper() const;
        ///
-       string const name_;
+       std::string const name_;
 };
 #endif