]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathSymbol.h
index 59df8fb02c8c768ffe773942bc753873353ac1ad..4730513dec0bd7ce5b52be3ab13066a7468d9e06 100644 (file)
@@ -64,6 +64,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;
        ///