]> git.lyx.org Git - features.git/blobdiff - src/support/unlink.C
introduce namespace lyx::support
[features.git] / src / support / unlink.C
index dd7e16e3b15b0b6cf261dd7e9192678b182dbba3..2c5d78f8f1fb7a09005067026e7e554ac6b20666 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "lyxlib.h"
 
-int lyx::unlink(string const & pathname)
+int lyx::support::unlink(string const & pathname)
 {
        return ::unlink(pathname.c_str());
 }