diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-01 21:09:08 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-01 21:09:08 +0000 |
commit | 64919b03fa59c8d93c81a8e3893934c04a3cac91 (patch) | |
tree | a73f3db993975d4fb6963730450bae0655b12a09 /Source/SPTableData.h | |
parent | cd09dcd69813400b098b9f019a558efb11e6c8b2 (diff) | |
download | sequelpro-64919b03fa59c8d93c81a8e3893934c04a3cac91.tar.gz sequelpro-64919b03fa59c8d93c81a8e3893934c04a3cac91.tar.bz2 sequelpro-64919b03fa59c8d93c81a8e3893934c04a3cac91.zip |
Fix compiler warnings.
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h index 4503bd03..1c3fa8f0 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -46,7 +46,6 @@ BOOL tableHasAutoIncrementField; } -@property (readwrite, assign) BOOL isWorking; @property (readonly, assign) BOOL tableHasAutoIncrementField; - (void) setConnection:(MCPConnection *)theConnection; |