Fixed error caused by moving StringToURLTransformer.

This commit is contained in:
vspader 2008-02-17 20:53:49 +00:00
parent 7bb24f5179
commit eb84d83c8e

View file

@ -14,6 +14,7 @@
#import "NSString+CogSort.h"
#import "NSNumber+CogSort.h"
#import "SpotlightTransformers.h"
#import "StringToURLTransformer.h"
// Minimum length of a search string (searching for very small strings gets ugly)
#define MINIMUM_SEARCH_STRING_LENGTH 3