diff options
Diffstat (limited to 'Source/SPQueryController.m')
-rw-r--r-- | Source/SPQueryController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m index e7a8cfc2..475b96bc 100644 --- a/Source/SPQueryController.m +++ b/Source/SPQueryController.m @@ -157,7 +157,7 @@ static SPQueryController *sharedQueryController = nil; */ - (void)awakeFromNib { -#ifndef SP_REFACTOR +#ifndef SP_REFACTOR /* init ivars */ prefs = [NSUserDefaults standardUserDefaults]; #endif |