Skip to content

Commit

Permalink
Remove use of reserved keyboard in public header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Crooke committed Sep 14, 2015
1 parent 9beeaff commit a0a8f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Factory/Internal/TyphoonAssemblyAdviser.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@interface TyphoonAssemblyAdviser : NSObject

+ (BOOL)assemblyClassIsAdvised:(Class)class;
+ (BOOL)assemblyClassIsAdvised:(Class)klass;

- (id)initWithAssembly:(TyphoonAssembly *)assembly;

Expand Down

0 comments on commit a0a8f0b

Please sign in to comment.