]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathXArrow.h
index 5f6c1124868f63fd58daa57ac7f42715a5e30a67..05bc2740bb230350c4b2a29b1d9cebc6d7106eed 100644 (file)
 #include "InsetMathFracBase.h"
 
 
+namespace lyx {
+
+
 /// Wide arrows like \xrightarrow
 class InsetMathXArrow : public InsetMathFracBase {
 public:
        ///
-       explicit InsetMathXArrow(std::string const & name);
+       explicit InsetMathXArrow(docstring const & name);
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -36,6 +39,9 @@ private:
        ///
        bool upper() const;
        ///
-       std::string const name_;
+       docstring const name_;
 };
+
+
+} // namespace lyx
 #endif