X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMath.h;h=c872316abfbf5bc38613f991d9c0a562b8f9699b;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=95051bc8e720f3649b239ef04befe7544f804c80;hpb=ecafea8227d0c51f36dbf8ff45e9c3ebc15e19cf;p=lyx.git diff --git a/src/mathed/InsetMath.h b/src/mathed/InsetMath.h index 95051bc8e7..c872316abf 100644 --- a/src/mathed/InsetMath.h +++ b/src/mathed/InsetMath.h @@ -105,7 +105,7 @@ class MapleStream; class MaximaStream; class MathematicaStream; class MathMLStream; -class WriteStream; +class TeXMathStream; class MathData; class InsetMathMacroTemplate; @@ -216,7 +216,7 @@ public: /// sets types of sub/superscripts virtual void limits(Limits) {} /// write limits status for LaTeX and LyX code - void writeLimits(WriteStream & os) const; + void writeLimits(TeXMathStream & os) const; /// replace things by other things virtual void replace(ReplaceData &) {} @@ -231,7 +231,7 @@ public: // write(). This is to shut off a clang warning. using Inset::write; /// write LaTeX and LyX code - virtual void write(WriteStream & os) const; + virtual void write(TeXMathStream & os) const; /// write normalized content virtual void normalize(NormalStream &) const; /// write content as something readable by Maple