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/SPDatabaseCopy.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/SPDatabaseCopy.h')
-rw-r--r-- | Source/SPDatabaseCopy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPDatabaseCopy.h b/Source/SPDatabaseCopy.h index 3776d5a1..a146bbf4 100644 --- a/Source/SPDatabaseCopy.h +++ b/Source/SPDatabaseCopy.h @@ -22,14 +22,14 @@ // // More info at <http://code.google.com/p/sequel-pro/> - #import "SPDBActionCommons.h" #import "SPDatabaseInfo.h" /** * The SPDatabaseCopy class povides functionality to create a copy of a database. */ -@interface SPDatabaseCopy : SPDBActionCommons { +@interface SPDatabaseCopy : SPDBActionCommons +{ SPDatabaseInfo *dbInfo; } |