]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathFrac.h
index 34fa136f80436a1ed1de482d1106253c476d6a30..dc4ed0bf52104345b6a9e6e9fe0718d1bd59b26d 100644 (file)
@@ -16,6 +16,9 @@
 #include "InsetMathFracBase.h"
 
 
+namespace lyx {
+
+
 /// Fraction like objects (frac, binom)
 class InsetMathFrac : public InsetMathFracBase {
 public:
@@ -42,7 +45,7 @@ public:
        /// identifies FracInsets
        InsetMathFrac const * asFracInset() const;
        ///
-       std::string name() const;
+       docstring name() const;
        ///
        bool extraBraces() const;
 
@@ -55,7 +58,7 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
 public:
@@ -64,4 +67,7 @@ public:
        Kind kind_;
 };
 
+
+
+} // namespace lyx
 #endif