]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSubstack.h
Fix broken Apple speller interface
[features.git] / src / mathed / InsetMathSubstack.h
index 1950acd4fa74d486d8a83605f33aa3cef8467980..784e3f3d54a39a10d735703b74ba8fffb65f353d 100644 (file)
@@ -31,13 +31,15 @@ public:
        ///
        InsetMathSubstack const * asSubstackInset() const override { return this; }
 
+       ///
+       void doDispatch(Cursor & cur, FuncRequest & cmd) override;
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const override;
        ///
        void infoize(odocstream & os) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void mathmlize(MathMLStream &) const override;
        ///