Fixed error caused by moving StringToURLTransformer.

CQTexperiment
vspader 2008-02-17 20:53:49 +00:00
parent 7bb24f5179
commit eb84d83c8e
1 changed files with 1 additions and 0 deletions

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