]> git.lyx.org Git - lyx.git/blobdiff - src/texstream.h
Japanese docs: fix some more paths
[lyx.git] / src / texstream.h
index 4fff211146d57da631f1e6f7b79bf72bb8bd5efc..c81bbf9a84891ad2832d5cae85f63c26936a234c 100644 (file)
@@ -33,6 +33,8 @@ public:
        TexRow & texrow() { return texrow_; }
        ///
        void put(char_type const & c);
+       ///
+       void append(docstring const &, TexRow const &);
 private:
        ///
        odocstream & os_;