Skip to content

Commit

Permalink
Merge pull request #3 from Basket/ocppfix2
Browse files Browse the repository at this point in the history
Add 'extern' declaration to strict equality test block
  • Loading branch information
toulouse committed May 8, 2015
2 parents f2de077 + b535267 commit eccbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BKDeltaCalculator/BKDeltaCalculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

typedef BOOL (^delta_calculator_equality_test_t)(id a, id b);

const delta_calculator_equality_test_t BKDeltaCalculatorStrictEqualityTest;
extern const delta_calculator_equality_test_t BKDeltaCalculatorStrictEqualityTest;

@interface BKDeltaCalculator : NSObject

Expand Down

0 comments on commit eccbef7

Please sign in to comment.