X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput.h;h=b2294e6de66c8e0e92926391276973812ae9e777;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=4b39c9c8fdc94bd5bc78548abe9fcdc50148e2b0;hpb=34b7650cbbe6a9ed2de812e75771451b8c8fe983;p=lyx.git diff --git a/src/output.h b/src/output.h index 4b39c9c8fd..b2294e6de6 100644 --- a/src/output.h +++ b/src/output.h @@ -14,7 +14,13 @@ #include "support/docstream.h" + +namespace lyx { + bool openFileWrite(std::ofstream & ofs, std::string const & fname); -bool openFileWrite(lyx::odocfstream & ofs, std::string const & fname); +bool openFileWrite(odocfstream & ofs, std::string const & fname); + + +} // namespace lyx #endif