aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPStringAdditions.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-03-03 19:03:52 +0000
committerstuconnolly <stuart02@gmail.com>2011-03-03 19:03:52 +0000
commit6f983024a66ddb594eac5e4e808a8c3c51f6b6ff (patch)
tree76122fc0c2b753feb1eaf3d18a4ef3b04519dd6b /Source/SPStringAdditions.m
parent6fdc5d75e246d205ea97d65e7ddd8305df5003d8 (diff)
downloadsequelpro-6f983024a66ddb594eac5e4e808a8c3c51f6b6ff.tar.gz
sequelpro-6f983024a66ddb594eac5e4e808a8c3c51f6b6ff.tar.bz2
sequelpro-6f983024a66ddb594eac5e4e808a8c3c51f6b6ff.zip
Fix more compiler warnings.
Diffstat (limited to 'Source/SPStringAdditions.m')
-rw-r--r--Source/SPStringAdditions.m15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m
index 421ef4c1..517875f7 100644
--- a/Source/SPStringAdditions.m
+++ b/Source/SPStringAdditions.m
@@ -27,6 +27,21 @@
#import "RegexKitLite.h"
#import "SPDatabaseDocument.h"
+// Defined to suppress warnings
+@interface NSObject (SPBundleMethods)
+
+- (NSString *)lastBundleBlobFilesDirectory;
+- (void)setLastBundleBlobFilesDirectory:(NSString *)path;
+
+@end
+
+// Defined to suppress warnings
+@interface NSObject (SPWindowControllerTabMethods)
+
+- (id)selectedTableDocument;
+
+@end
+
@interface NSString (PrivateAPI)
- (NSInteger)smallestOf:(NSInteger)a andOf:(NSInteger)b andOf:(NSInteger)c;