X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.h;h=327c40274b281dbb62d9b13e92992a6120d7f5b5;hb=021f51e19b3751f8f15d8bd89f7aa6a109624b29;hp=4b6c297e85fd907139f51f07b734e98cc73d2297;hpb=ad132e2e99f851b42e71397e6a32d86dc8eac43d;p=lyx.git diff --git a/src/output_xhtml.h b/src/output_xhtml.h index 4b6c297e85..327c40274b 100644 --- a/src/output_xhtml.h +++ b/src/output_xhtml.h @@ -23,6 +23,9 @@ class Buffer; class OutputParams; class Text; +// Inspiration for the *Tag structs and for XHTMLStream +// came from MathStream and its cousins. + struct StartTag { /// StartTag(std::string const & tag) : tag_(tag) {} @@ -86,6 +89,8 @@ public: /// XHTMLStream & operator<<(docstring const &); /// + XHTMLStream & operator<<(const char *); + /// XHTMLStream & operator<<(char_type); /// XHTMLStream & operator<<(StartTag const &);