]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
Restore correct left/right navigation in root inset
[lyx.git] / src / mathed / InsetMathExInt.h
index 55aa1f78f240cb6d0354dd0931ef65ff3450a411..8e86571168e87f59bf42e5e776ed1718b94078f4 100644 (file)
@@ -26,7 +26,7 @@ namespace lyx {
 //   cell(1) is the stuff after the 'd'
 //   cell(2) is the lower bound
 //   cell(3) is the upper bound
-// for sums: 
+// for sums:
 //   cell(0) is the main body
 //   cell(1) is the index (e.g., i), if the lower bound is "i = ..."
 //      or the whole lower bound if not
@@ -52,7 +52,9 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void write(WriteStream & os) const;
        ///