]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathDots.h
index 77057d5a37a7610e44eecba50b0f4888e1dd96b3..424a0f738ad4cd3d652a5f7d9bab36d28d0a4278 100644 (file)
@@ -15,6 +15,8 @@
 #include "InsetMathDim.h"
 
 
+namespace lyx {
+
 class latexkeys;
 
 /// The different kinds of ellipsis
@@ -27,7 +29,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       std::string name() const;
+       docstring name() const;
 protected:
        /// cache for the thing's height
        mutable int dh_;
@@ -36,4 +38,7 @@ protected:
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
+
+} // namespace lyx
+
 #endif