mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
fix merge conflict
This commit is contained in:
parent
14172912bd
commit
4ea0372a4f
@ -132,14 +132,12 @@ 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);
|
||||
|
Loading…
Reference in New Issue
Block a user