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:
Richard Frith-MacDonald 2017-03-17 09:28:01 +00:00
parent c2e3d29282
commit 343ceb58a8

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;