]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / lyxvc.C
index 3e09e77d346b5bfffffb89b72d1d2d5a636558dd..9f6ce7e2bb873e999c83059cde3616bd456916e7 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <unistd.h>
 
+using namespace lyx::support;
+
 using std::endl;
 using std::pair;
 
@@ -243,12 +245,12 @@ string const & LyXVC::locker() const
 }
 
 
-const string LyXVC::getLogFile() const
+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;