]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
typo
[lyx.git] / src / mathed / InsetMathSymbol.h
index a04a237075d9019f5294c8d5c0a43a21b6e277c0..f894782ab5c1366fe195f6ec3a0b5c81c20f49eb 100644 (file)
@@ -42,7 +42,7 @@ public:
        ///
        bool isOrdAlpha() const;
        /// The default limits value
-       Limits defaultLimits() const override;
+       Limits defaultLimits(bool display) const override;
        /// whether the inset has limit-like sub/superscript
        Limits limits() const override { return limits_; }
        /// sets types of sub/superscripts
@@ -63,7 +63,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        /// \param spacing controls whether we print spaces around
@@ -72,7 +72,7 @@ public:
        ///
        void octave(OctaveStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void infoize2(odocstream & os) const override;
        ///