]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.h
typo
[lyx.git] / src / mathed / InsetMathMacro.h
index 38afcf066ae4411633a754355c2385109575f92b..6ab13469c253772372ac6ae4ee0e68bd65c2b341 100644 (file)
@@ -45,7 +45,7 @@ public:
        /// Whether the inset allows \(no)limits
        bool allowsLimitsChange() 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;
        /// sets types of sub/superscripts
@@ -95,7 +95,7 @@ public:
        mode_type currentMode() const override;
 
        /// Assumes that macros are up-to-date
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream & os) const override;
        ///
@@ -105,7 +105,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///
@@ -159,7 +159,7 @@ public:
        /// This is not used for display; however whether it is mathrel determines
        /// how to split equations intelligently.
        MathClass mathClass() const override;
-       /// Override so as to set Buffer for defnition_ member, too.
+       /// Override so as to set Buffer for definition_ member, too.
        void setBuffer(Buffer &) override;
 
 protected: