Skip to content

Commit

Permalink
Fix linking compatibility with C++
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeabdullah committed Nov 17, 2011
1 parent fa4a09b commit 176965b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IMBParserController.h
Expand Up @@ -120,8 +120,8 @@
- (void) logParsers;
#endif

// External finding of an active parser
- (IMBParser *) parserOfClass:(Class)class forMediaType:(NSString *)aMediaType;
// External finding of an active parser. Can't name the argument "class" as that breaks C++ apps linking against iMedia
- (IMBParser *)parserOfClass:(Class)parserClass forMediaType:(NSString *)aMediaType;

@end

Expand Down

0 comments on commit 176965b

Please sign in to comment.