]> 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 7005ef1b66ef8a28a16821456ced5def3dc68c01..abc79d1605559d4227f7009c4a9a4062194a266a 100644 (file)
@@ -3,9 +3,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \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());