fix merge conflict

This commit is contained in:
Günter Obiltschnig 2018-02-14 09:56:30 +01:00
parent 14172912bd
commit 4ea0372a4f

View File

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