]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstream.h
Add quote style information to languages
[lyx.git] / src / support / docstream.h
index f59030f9238ec7125023acc8a43ebd0e90aa5340..b7e30409b368f6304bf97d00e4e69673b75e2582 100644 (file)
@@ -154,6 +154,8 @@ otexstream & operator<<(otexstream &, odocstream_manip);
 ///
 otexstream & operator<<(otexstream &, docstring const &);
 ///
+otexstream & operator<<(otexstream &, std::string const &);
+///
 otexstream & operator<<(otexstream &, char const *);
 ///
 otexstream & operator<<(otexstream &, char);