X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fstrfwd.h;h=069357ff9cbdd5258e3b4b1927c5dbe77926e765;hb=de6ff1fec2b918a0bd09f48b17a2770bfc15aef7;hp=fcd97f5685e433094419f17bb88267873e662d43;hpb=3f379915a6a5dcc5a59bdddb2bdd825c5fea1d6d;p=lyx.git diff --git a/src/support/strfwd.h b/src/support/strfwd.h index fcd97f5685..069357ff9c 100644 --- a/src/support/strfwd.h +++ b/src/support/strfwd.h @@ -67,8 +67,10 @@ typedef std::basic_ostream > odocstream; extern odocstream & operator<<(odocstream &, char); #endif +// defined in lstrings.cpp docstring const & empty_docstring(); std::string const & empty_string(); +// defined in docstring.cpp bool operator==(docstring const &, char const *); } // namespace lyx