diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:13:17 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:13:17 +0000 |
commit | 31ea7d44be9602679c57e0209689c261409aa384 (patch) | |
tree | 447b6f849450b6f3caac67b626b96aa9d223b115 /Source/SPTablesList.m | |
parent | d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 (diff) | |
download | sequelpro-31ea7d44be9602679c57e0209689c261409aa384.tar.gz sequelpro-31ea7d44be9602679c57e0209689c261409aa384.tar.bz2 sequelpro-31ea7d44be9602679c57e0209689c261409aa384.zip |
Rename TableSource to SPTableStructure.
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r-- | Source/SPTablesList.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m index 5bab7b65..28885938 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -25,7 +25,7 @@ #import "SPTablesList.h" #import "TableDocument.h" -#import "TableSource.h" +#import "SPTableStructure.h" #import "TableContent.h" #import "SPTableData.h" #import "SPTableInfo.h" |