]> git.lyx.org Git - lyx.git/blobdiff - src/support/rmdir.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / rmdir.C
index b11dfe8ccf9ba75dcab014fd8c7425c851d84b02..fa9ce896f158018598cf8071cc9ecce510ad120d 100644 (file)
@@ -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());
 }