diff options
Diffstat (limited to 'Source/SPQueryController.h')
-rw-r--r-- | Source/SPQueryController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPQueryController.h b/Source/SPQueryController.h index 27756708..fdbddb70 100644 --- a/Source/SPQueryController.h +++ b/Source/SPQueryController.h @@ -63,8 +63,12 @@ #endif } +#ifndef SP_REFACTOR + @property (readwrite, retain) NSFont *consoleFont; +#endif + + (SPQueryController *)sharedQueryController; // QueryConsoleController |