Fix conflicting merge

This commit is contained in:
zosrothko 2018-02-17 16:12:03 +01:00 committed by GitHub
parent f1cd23b71b
commit 716a798256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,14 +132,11 @@ std::string PathImpl::cacheHomeImpl()
}
<<<<<<< HEAD
=======
std::string PathImpl::tempHomeImpl()
{
return tempImpl();
}
>>>>>>> 06e59cb... add Windows compliant implementation of XDG Base Directory Specification
std::string PathImpl::tempImpl()
{
Buffer<wchar_t> buffer(MAX_PATH_LEN);