diff options
author | stuconnolly <stuart02@gmail.com> | 2010-08-12 15:38:40 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-08-12 15:38:40 +0000 |
commit | e07cb607138c5918977f27193a004c98526f896b (patch) | |
tree | 9b5ff9c5c9e89a7da26afb5711023920f5592ef9 /Source/SPTableCopy.h | |
parent | 29b0a25902f7260df89394f29f57af6f69ddc49c (diff) | |
download | sequelpro-e07cb607138c5918977f27193a004c98526f896b.tar.gz sequelpro-e07cb607138c5918977f27193a004c98526f896b.tar.bz2 sequelpro-e07cb607138c5918977f27193a004c98526f896b.zip |
Minor tidy up including the removal of unnecessary imports.
Diffstat (limited to 'Source/SPTableCopy.h')
-rw-r--r-- | Source/SPTableCopy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPTableCopy.h b/Source/SPTableCopy.h index 37ed452a..32eadcfc 100644 --- a/Source/SPTableCopy.h +++ b/Source/SPTableCopy.h @@ -27,8 +27,7 @@ /** * The SPTableCopy class povides functionality to copy tables between databases. */ -@interface SPTableCopy : SPDBActionCommons { -} +@interface SPTableCopy : SPDBActionCommons /** * This method copies a table structure from one db to another. |