aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGotoDatabaseController.h
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-10-26 18:43:20 +0000
committerStuart Connolly <stuart02@gmail.com>2014-10-26 18:43:20 +0000
commit675271e802f513dfa781cbe6af5446df4c6803e1 (patch)
treee75b175b30bdd56a0995d15005a9dcf8102a123c /Source/SPGotoDatabaseController.h
parent7128462d43cb9648f97e9d1a625a685f31d75bb3 (diff)
downloadsequelpro-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.h2
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;
}
/**