diff options
Diffstat (limited to 'Source/SPQueryConsole.h')
-rw-r--r-- | Source/SPQueryConsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPQueryConsole.h b/Source/SPQueryConsole.h index 281f2d2e..85ea7cbe 100644 --- a/Source/SPQueryConsole.h +++ b/Source/SPQueryConsole.h @@ -40,6 +40,7 @@ BOOL showSelectStatementsAreDisabled; BOOL showHelpStatementsAreDisabled; BOOL filterIsActive; + NSMutableString *activeFilterString; } @@ -54,6 +55,7 @@ - (IBAction)toggleShowSelectShowStatements:(id)sender; - (IBAction)toggleShowHelpStatements:(id)sender; +- (void)updateEntries; - (void)showMessageInConsole:(NSString *)message; - (void)showErrorInConsole:(NSString *)error; |