aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableFilterParser.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-05-02 00:47:50 +0200
committerMax <post@wickenrode.com>2015-05-02 00:47:50 +0200
commit7b579c9ddc7c161cfd4ed99e07bf83ccd72a83ee (patch)
treef8920b3202262d410c3ba1f3dc69acc2b7544dc5 /Source/SPTableFilterParser.h
parent80a2088f43bd3a901fb20d714318d4b5d3dc60a9 (diff)
downloadsequelpro-7b579c9ddc7c161cfd4ed99e07bf83ccd72a83ee.tar.gz
sequelpro-7b579c9ddc7c161cfd4ed99e07bf83ccd72a83ee.tar.bz2
sequelpro-7b579c9ddc7c161cfd4ed99e07bf83ccd72a83ee.zip
Fix a typo that caused build failures with older Xcode versions
Diffstat (limited to 'Source/SPTableFilterParser.h')
-rw-r--r--Source/SPTableFilterParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableFilterParser.h b/Source/SPTableFilterParser.h
index 069c802c..828b4b4a 100644
--- a/Source/SPTableFilterParser.h
+++ b/Source/SPTableFilterParser.h
@@ -38,7 +38,7 @@
NSString *_currentField;
NSString *_argument;
NSString *_firstBetweenArgument;
- NSString *_secondsBetweenArgument;
+ NSString *_secondBetweenArgument;
BOOL caseSensitive;
BOOL suppressLeadingTablePlaceholder;