Skip to content

Commit

Permalink
Accidentally deleted class declaration for Protocol2. Add it back.
Browse files Browse the repository at this point in the history
  • Loading branch information
theraven committed Jul 11, 2011
1 parent 5448596 commit 3754c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protocol2.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ - (void)release {}
+ (Class)class { return self; }
- (id)self { return self; }
@end
@implementation Protocol2 @end

/**
* This class exists for the sole reason that the legacy GNU ABI did not
Expand Down

0 comments on commit 3754c9f

Please sign in to comment.