diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-10-26 18:43:20 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-10-26 18:43:20 +0000 |
commit | 675271e802f513dfa781cbe6af5446df4c6803e1 (patch) | |
tree | e75b175b30bdd56a0995d15005a9dcf8102a123c /Source/SPGotoDatabaseController.h | |
parent | 7128462d43cb9648f97e9d1a625a685f31d75bb3 (diff) | |
download | sequelpro-675271e802f513dfa781cbe6af5446df4c6803e1.tar.gz sequelpro-675271e802f513dfa781cbe6af5446df4c6803e1.tar.bz2 sequelpro-675271e802f513dfa781cbe6af5446df4c6803e1.zip |
Fix error building on 10.8.
Diffstat (limited to 'Source/SPGotoDatabaseController.h')
-rw-r--r-- | Source/SPGotoDatabaseController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPGotoDatabaseController.h b/Source/SPGotoDatabaseController.h index 08b0ea0e..05dfcbf1 100644 --- a/Source/SPGotoDatabaseController.h +++ b/Source/SPGotoDatabaseController.h @@ -46,7 +46,9 @@ NSMutableArray *unfilteredList; NSMutableArray *filteredList; + BOOL isFiltered; + BOOL allowCustomNames; } /** |