diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-28 16:07:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-28 16:07:13 +0000 |
commit | a3cdae0d22d41758152fd864f49bb894c1bd464e (patch) | |
tree | 0ca7c4b8d1883339bf5e0685cd8332e245ab6afc /Source/SPTablesList.m | |
parent | 9eb3012a29eb9adb658159c984716971f0141446 (diff) | |
download | sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.gz sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.bz2 sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.zip |
Rename TableContent to SPTableContent.
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 28885938..69fda60d 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -26,7 +26,7 @@ #import "SPTablesList.h" #import "TableDocument.h" #import "SPTableStructure.h" -#import "TableContent.h" +#import "SPTableContent.h" #import "SPTableData.h" #import "SPTableInfo.h" #import "TableDump.h" |