]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSqrt.h
Fix broken Apple speller interface
[features.git] / src / mathed / InsetMathSqrt.h
index 829d5e209a5356a1a4c020359e8e7707f5e2f2fb..e2cfd5bd12cd16796f58a196be6bbad355b87116 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        explicit InsetMathSqrt(Buffer * buf);
        ///
-       void draw(PainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const override;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
@@ -34,7 +34,7 @@ public:
        void metricsT(TextMetricsInfo const & mi, Dimension & dim) const override;
 
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream &) const override;
        ///
@@ -44,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///