]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathXArrow.h
index 59794c3f6a6b960303c248372875031654a1b45e..05bc2740bb230350c4b2a29b1d9cebc6d7106eed 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 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;
        ///
@@ -39,7 +39,7 @@ private:
        ///
        bool upper() const;
        ///
-       std::string const name_;
+       docstring const name_;
 };