And qfcc finds another bug :)

This commit is contained in:
Bill Currie 2011-03-24 13:36:36 +09:00
parent a7cfe3b215
commit 8c1d948586
1 changed files with 7 additions and 0 deletions

View File

@ -63,3 +63,10 @@
{
nextNode = aNode;
}
- (id) object
{
return data;
}
@end