X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexstream.h;h=c81bbf9a84891ad2832d5cae85f63c26936a234c;hb=f3ee4a0a493fa96be99f5bbc7ee9de00a5f69b34;hp=4fff211146d57da631f1e6f7b79bf72bb8bd5efc;hpb=44e022ad7434014fcd6375c5851105929cc747ae;p=lyx.git diff --git a/src/texstream.h b/src/texstream.h index 4fff211146..c81bbf9a84 100644 --- a/src/texstream.h +++ b/src/texstream.h @@ -33,6 +33,8 @@ public: TexRow & texrow() { return texrow_; } /// void put(char_type const & c); + /// + void append(docstring const &, TexRow const &); private: /// odocstream & os_;