From eb84d83c8ef889a19153747291034749884cc521 Mon Sep 17 00:00:00 2001 From: vspader Date: Sun, 17 Feb 2008 20:53:49 +0000 Subject: [PATCH] Fixed error caused by moving StringToURLTransformer. --- Spotlight/SpotlightWindowController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Spotlight/SpotlightWindowController.m b/Spotlight/SpotlightWindowController.m index 65a5976ed..bd03bcb69 100644 --- a/Spotlight/SpotlightWindowController.m +++ b/Spotlight/SpotlightWindowController.m @@ -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