]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTFrac.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathTFrac.h
index 018fe37721d70d485f9bb637a9db722b39aa6ff6..045a3e35fb8a89c83b5230b787e168d7ceaebdaf 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathFrac.h"
 
 
+namespace lyx {
+
+
 /// \dfrac support
 class InsetMathTFrac : 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