]> git.lyx.org Git - lyx.git/blobdiff - src/support/unlink.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / unlink.C
index a814f9282363dc0093c367bc162ed52b7a8059c4..e3ca60afe100f903f5c3561378b10d6e9ee9f430 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "lyxlib.h"
 
-int lyx::support::unlink(string const & pathname)
+int lyx::support::unlink(std::string const & pathname)
 {
        return ::unlink(pathname.c_str());
 }