]> git.lyx.org Git - lyx.git/blobdiff - src/output.h
hopefully fix tex2lyx linking.
[lyx.git] / src / output.h
index 4b39c9c8fdc94bd5bc78548abe9fcdc50148e2b0..b2294e6de66c8e0e92926391276973812ae9e777 100644 (file)
 
 #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