From 700d4e71f39e7e10f6838543f8f9f2fda81a8eba Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 8 Feb 2012 01:42:21 +0000 Subject: - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings --- Source/SPCopyTable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPCopyTable.h') 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; -- cgit v1.2.3