diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-17 17:56:04 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-17 17:56:04 +0000 |
commit | e26e22d9d6a6641cfc0a35e8ae31c12aee8bea5b (patch) | |
tree | bb9bcc0ff8ba2e685fcb0fac775b616d9fde2baf /Source/SPCategoryAdditions.h | |
parent | ac8ebfe4bba6d7da6edad87c75b174156d919621 (diff) | |
download | sequelpro-e26e22d9d6a6641cfc0a35e8ae31c12aee8bea5b.tar.gz sequelpro-e26e22d9d6a6641cfc0a35e8ae31c12aee8bea5b.tar.bz2 sequelpro-e26e22d9d6a6641cfc0a35e8ae31c12aee8bea5b.zip |
- Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category from the project, and replace with an MIT-licensed TCMPortMapper sources NSNotificationCenterThreadingAdditions category. This should fix method clashes in the SP_REFACTOR project, so remove behavioural/namespacing switches.
Diffstat (limited to 'Source/SPCategoryAdditions.h')
-rw-r--r-- | Source/SPCategoryAdditions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCategoryAdditions.h b/Source/SPCategoryAdditions.h index 2243d4f5..b7581c44 100644 --- a/Source/SPCategoryAdditions.h +++ b/Source/SPCategoryAdditions.h @@ -41,5 +41,5 @@ #import "SPColorAdditions.h" #import "SPFileManagerAdditions.h" -#import "NSNotificationAdditions.h" +#import "NSNotificationCenterThreadingAdditions.h" #import "NSMutableArray-MultipleSort.h" |