]> git.lyx.org Git - lyx.git/blobdiff - src/support/rename.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / rename.C
index e84e486fee272dc5425d8519b4ab7630d45910b9..60cf31dc64fdec42b21d0e0a61e76525bd4830a5 100644 (file)
@@ -15,6 +15,9 @@
 #include <cstdio>
 
 
+namespace lyx {
+
+
 using std::string;
 
 
@@ -28,3 +31,6 @@ bool lyx::support::rename(string const & from, string const & to)
                        return false;
        return true;
 }
+
+
+} // namespace lyx