]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Remove hardcoded values
[lyx.git] / src / VCBackend.cpp
index fbe367b5f0a8c7b46416dcabf1feffb736203c46..9f9a3ff082ecce8d89473f46ce23c347721df58a 100644 (file)
@@ -31,6 +31,7 @@
 #include "support/TempFile.h"
 
 #include <fstream>
+#include <sstream>
 
 using namespace std;
 using namespace lyx::support;
@@ -1434,7 +1435,7 @@ bool SVN::fileLock(bool lock, FileName const & tmpf, string &status)
                    + " > " + quoteName(tmpf.toFilesystemEncoding()),
                    FileName(owner_->filePath()));
 
-       // Lock error messages go unfortunately on stderr and are unreachible this way.
+       // Lock error messages go unfortunately on stderr and are unreachable this way.
        ifstream ifs(tmpf.toFilesystemEncoding().c_str());
        string line;
        while (ifs) {