]> git.lyx.org Git - lyx.git/blobdiff - src/output.h
white space -> tabs
[lyx.git] / src / output.h
index b2294e6de66c8e0e92926391276973812ae9e777..fea5e1bb04ffe4a61bb9a22f956c09e3fc018e34 100644 (file)
 
 namespace lyx {
 
-bool openFileWrite(std::ofstream & ofs, std::string const & fname);
-bool openFileWrite(odocfstream & ofs, std::string const & fname);
+namespace support { class FileName; }
+
+bool openFileWrite(std::ofstream & ofs, support::FileName const & fname);
+bool openFileWrite(odocfstream & ofs, support::FileName const & fname);
 
 
 } // namespace lyx