]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
g-brief loads babel internally. So don't load it ourselves.
[lyx.git] / src / mathed / InsetMathSpace.h
index ff23305466f92f09d3954c120ac3cbb9b3338ef4..96121726b6806f3d13a7caaf01b68b95a18491ff 100644 (file)
@@ -52,16 +52,18 @@ public:
        ///
        void octave(OctaveStream &) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// generate something that will be understood by the Dialogs.
        InsetSpaceParams params() const;
        ///
        bool hasSettings() const override { return true; }
        ///
+       bool clickable(BufferView const &, int, int) const override { return true; }
+       ///
        std::string contextMenuName() const override;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const override;