X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fstrfwd.h;h=069357ff9cbdd5258e3b4b1927c5dbe77926e765;hb=de6ff1fec2b918a0bd09f48b17a2770bfc15aef7;hp=85dfed168fc46a06438153fa8faa2fbc1e042f6f;hpb=5c4a20fe0406ca60a084f733b5fc4324ab1a0933;p=lyx.git diff --git a/src/support/strfwd.h b/src/support/strfwd.h index 85dfed168f..069357ff9c 100644 --- a/src/support/strfwd.h +++ b/src/support/strfwd.h @@ -67,8 +67,11 @@ 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