]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / lyxvc.C
index 206250061bafd120c6c8ecd965978ae3b04483cb..9f6ce7e2bb873e999c83059cde3616bd456916e7 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <unistd.h>
 
+using namespace lyx::support;
+
 using std::endl;
 using std::pair;
 
@@ -248,7 +250,7 @@ string const LyXVC::getLogFile() const
        if (!vcs)
                return string();
 
-       string tmpf = lyx::tempName(string(), "lyxvclog");
+       string tmpf = tempName(string(), "lyxvclog");
        lyxerr[Debug::LYXVC] << "Generating logfile " << tmpf << endl;
        vcs->getLog(tmpf);
        return tmpf;