Disabled thread_local keyword on directory current path (Close #14)

Still buggy


Former-commit-id: 2daf33fe93dbac37ff3deccf0ff8df60ac21e9a9
This commit is contained in:
Lynix 2013-08-08 23:12:32 +02:00
parent 2a0ceb16fa
commit b969c24060
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
namespace
{
thread_local NzString currentPath(NzDirectoryImpl::GetCurrent());
/*thread_local*/ NzString currentPath(NzDirectoryImpl::GetCurrent());
}
NzDirectory::NzDirectory() :