Fix for bug #40047 by Larry Campbell

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37108 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-09-18 17:43:42 +00:00
parent 2e99b562d8
commit 3809634e47

View file

@ -492,7 +492,7 @@ typedef uint32_t OSType;
NSString *_topPath;
NSString *_currentFilePath;
NSFileManager *_mgr;
struct
struct _NSDirectoryEnumeratorFlags // tag for objc++ w/gcc 4.6
{
BOOL isRecursive: 1;
BOOL isFollowing: 1;