aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-02-08 01:42:21 +0000
committerrowanbeentje <rowan@beent.je>2012-02-08 01:42:21 +0000
commit700d4e71f39e7e10f6838543f8f9f2fda81a8eba (patch)
tree7f3e75b6842ceaa46dee26842c4e8bc7c4de35f2 /Source/SPCopyTable.h
parent36c061403637d5fefc1473ac3b668e54b1341871 (diff)
downloadsequelpro-700d4e71f39e7e10f6838543f8f9f2fda81a8eba.tar.gz
sequelpro-700d4e71f39e7e10f6838543f8f9f2fda81a8eba.tar.bz2
sequelpro-700d4e71f39e7e10f6838543f8f9f2fda81a8eba.zip
- Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings
Diffstat (limited to 'Source/SPCopyTable.h')
-rw-r--r--Source/SPCopyTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h
index 6009e5d1..84db1e9d 100644
--- a/Source/SPCopyTable.h
+++ b/Source/SPCopyTable.h
@@ -53,10 +53,10 @@ extern NSInteger SPEditCopyAsSQL;
NSUserDefaults *prefs;
NSRange fieldEditorSelectedRange;
- NSString *copyBlobFileDirectory;
+ NSString *tmpBlobFileDirectory;
}
-@property(readwrite,assign) NSString *copyBlobFileDirectory;
+@property(readwrite,assign) NSString *tmpBlobFileDirectory;
@property(readwrite,assign) NSRange fieldEditorSelectedRange;