]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.C
* support/os_unix.C (canAutoOpen, autoOpenFile): on Mac OS X, use
[lyx.git] / src / support / convert.C
index 0e34108beeac1dff3546a0eb26228b3afd1821ae..894d7647293cdb05d9514665bc6d4084439aa66c 100644 (file)
@@ -19,6 +19,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 using lyx::docstring;
 
 using boost::lexical_cast;
@@ -157,3 +160,6 @@ double convert<double>(char const * cptr)
 {
        return strtod(cptr, 0);
 }
+
+
+} // namespace lyx