diff options
Diffstat (limited to 'Tests/ObjC++')
-rw-r--r-- | Tests/ObjC++/objc++.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ObjC++/objc++.mm b/Tests/ObjC++/objc++.mm index f0be256..258ebaa 100644 --- a/Tests/ObjC++/objc++.mm +++ b/Tests/ObjC++/objc++.mm @@ -5,7 +5,7 @@ using namespace std; int main() { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; - + NSMutableSet *mySet = [NSMutableSet set]; cout<<"Adding values to the set."<<endl; [mySet addObject:[NSNumber numberWithInt:356]]; |