X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.h;h=986070ddd6745155144f5afcb119ff60ef0547f9;hb=a3c84666b2dbfc75c9a80cf4f94612149cb2b570;hp=251f174b8d683740c7f873fd8861ecbdeab3faa7;hpb=a5e4f310fe686cf82e59909e1b6a727cacc275cc;p=lyx.git diff --git a/src/output_xhtml.h b/src/output_xhtml.h index 251f174b8d..986070ddd6 100644 --- a/src/output_xhtml.h +++ b/src/output_xhtml.h @@ -110,6 +110,8 @@ public: /// XHTMLStream & operator<<(int); /// + XHTMLStream & operator<<(char); + /// XHTMLStream & operator<<(html::StartTag const &); /// XHTMLStream & operator<<(html::EndTag const &);