diff options
Diffstat (limited to 'Source/SPQueryController.m')
-rw-r--r-- | Source/SPQueryController.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m index d135b13c..08678f83 100644 --- a/Source/SPQueryController.m +++ b/Source/SPQueryController.m @@ -50,8 +50,12 @@ static SPQueryController *sharedQueryController = nil; @implementation SPQueryController +#ifndef SP_REFACTOR + @synthesize consoleFont; +#endif + /** * Returns the shared query console. */ |