]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDFrac.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathDFrac.h
index cb5996a0a52b4a24d4345b1aa3583a3892f83805..596f3f5522fa255e49874ccbd925a83e81c7f308 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathFrac.h"
 
 
+namespace lyx {
+
+
 /// \dfrac support
 class InsetMathDFrac : public InsetMathFrac {
 public:
@@ -25,13 +28,16 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       std::string name() const;
+       docstring name() const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+} // namespace lyx
+
 #endif