]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathSymbol.h
index 59df8fb02c8c768ffe773942bc753873353ac1ad..bb18217a8416dbd9b112e84bbd4ea539760dfdef 100644 (file)
@@ -37,6 +37,8 @@ public:
        ///
        int kerning(BufferView const *) const { return kerning_; }
 
+       ///
+       mode_type currentMode() const;
        ///
        bool isRelOp() const;
        ///
@@ -64,6 +66,9 @@ public:
        void mathmlize(MathStream &) const;
        ///
        void htmlize(HtmlStream &) const;
+       /// \param spacing controls whether we print spaces around
+       /// "operator"-type symbols or just print them raw
+       void htmlize(HtmlStream &, bool spacing) const;
        ///
        void octave(OctaveStream &) const;
        ///