diff options
Diffstat (limited to 'Source/SPColorSelectorView.h')
-rw-r--r-- | Source/SPColorSelectorView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPColorSelectorView.h b/Source/SPColorSelectorView.h index 925034a3..5211bb86 100644 --- a/Source/SPColorSelectorView.h +++ b/Source/SPColorSelectorView.h @@ -70,8 +70,8 @@ @end -@interface NSObject (SPColorSelectorViewDelegate) - +@protocol SPColorSelectorViewDelegate <NSObject> +@optional /** * Called on a delegate when the selection did (really) change * @param aView The changed view |