diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-27 17:39:54 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-27 17:39:54 +0000 |
commit | 20e2a56789fee97b67c41e3d16b5752dbe9f495b (patch) | |
tree | 60ed35c0f39403c0ef96c13f7a57964138c82e27 /Source/TableContent.m | |
parent | c06ad0189beb544710b6d47b2978a5614d036cdc (diff) | |
download | sequelpro-20e2a56789fee97b67c41e3d16b5752dbe9f495b.tar.gz sequelpro-20e2a56789fee97b67c41e3d16b5752dbe9f495b.tar.bz2 sequelpro-20e2a56789fee97b67c41e3d16b5752dbe9f495b.zip |
Rename CMImageView to SPImageView.
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 723d107a..dee9e430 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -30,7 +30,7 @@ #import "TableSource.h" #import "SPTableInfo.h" #import "TablesList.h" -#import "CMImageView.h" +#import "SPImageView.h" #import "CMCopyTable.h" #import "SPDataCellFormatter.h" #import "SPTableData.h" |