]> git.lyx.org Git - lyx.git/blobdiff - src/support/rmdir.C
Remove cached var from RenderPreview. Changes elsewhere to suit.
[lyx.git] / src / support / rmdir.C
index 68529657fd17b20872b29b832c75fcc903f5ac2e..fa9ce896f158018598cf8071cc9ecce510ad120d 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 "lyxlib.h"
 
-int lyx::support::rmdir(string const & dir)
+int lyx::support::rmdir(std::string const & dir)
 {
        return ::rmdir(dir.c_str());
 }