aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPCopyTable.m')
-rw-r--r--Source/SPCopyTable.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m
index a8a7e9fd..a11f3a04 100644
--- a/Source/SPCopyTable.m
+++ b/Source/SPCopyTable.m
@@ -1187,8 +1187,8 @@ static const NSInteger kBlobAsImageFile = 4;
{
// Retrieve the column definition
-#if SP_REFACTOR
- NSDictionary *columnDefinition;
+#ifdef SP_REFACTOR
+ NSDictionary *columnDefinition = nil;
if ( [[self delegate] isKindOfClass:[SPTableContent class]] )
columnDefinition = [[(SPTableContent*)[self delegate] dataColumnDefinitions] objectAtIndex:colIndex];