]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
MSVC compile fix
[lyx.git] / src / mathed / InsetMathFont.h
index 926732b3dcaab21a3ba7f7017632f132c65a2eab..88c83165e94dd95140ae96f2f8c4fd611e165f4f 100644 (file)
@@ -48,6 +48,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        int kerning(BufferView const * bv) const { return cell(0).kerning(bv); }