]> git.lyx.org Git - lyx.git/blobdiff - src/support/chdir.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / chdir.C
index 9d9be72ddc595ffe1372d5a713369585d560c6aa..abc79d1605559d4227f7009c4a9a4062194a266a 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "support/lyxlib.h"
 
-int lyx::support::chdir(string const & name)
+int lyx::support::chdir(std::string const & name)
 {
 #ifndef __EMX__
        return ::chdir(name.c_str());