fix to build on osx

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2017-03-17 09:28:01 +00:00
parent f04e486163
commit 872d116a9b

View file

@ -328,7 +328,7 @@ GSPrivateMemorySize(NSObject *self, NSHashTable *exclude)
return 0;
}
@interface NSObject (MemoryFootprint)
@implementation NSObject (MemoryFootprint)
+ (NSUInteger) sizeInBytesExcluding: (NSHashTable*)exclude
{
return 0;