]> 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 743241eb3ab6cdbd1ee9a2fac05b04a73b0b3e14..abc79d1605559d4227f7009c4a9a4062194a266a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -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());