]> git.lyx.org Git - lyx.git/blobdiff - src/support/copy.C
Make it possible to uses non-ascii labelstring, endlabelstring and
[lyx.git] / src / support / copy.C
index cf51ce37b436c0c947d3cc2b7f51bf2b4a81eba7..2d994b8450e91549589467c5c5b5c30b40fd3e39 100644 (file)
@@ -15,6 +15,9 @@
 #include "support/lyxlib.h"
 
 
+namespace lyx {
+
+
 using std::ifstream;
 using std::ofstream;
 using std::ios;
@@ -34,3 +37,6 @@ bool lyx::support::copy(string const & from, string const & to)
        ofs << ifs.rdbuf();
        return ofs.good();
 }
+
+
+} // namespace lyx