aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPExtendedTableInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h
index 962eed6a..3821be2d 100644
--- a/Source/SPExtendedTableInfo.h
+++ b/Source/SPExtendedTableInfo.h
@@ -60,7 +60,7 @@
MCPConnection *connection;
}
-@property (readwrite, assign) MCPConnection *connection;
+@property (readwrite, retain) MCPConnection *connection;
// IBAction methods
- (IBAction)reloadTable:(id)sender;