mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
c2e3d29282
commit
343ceb58a8
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ GSPrivateMemorySize(NSObject *self, NSHashTable *exclude)
|
|||
return 0;
|
||||
}
|
||||
|
||||
@interface NSObject (MemoryFootprint)
|
||||
@implementation NSObject (MemoryFootprint)
|
||||
+ (NSUInteger) sizeInBytesExcluding: (NSHashTable*)exclude
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue