aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPViewCopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPViewCopy.h')
-rw-r--r--Source/SPViewCopy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPViewCopy.h b/Source/SPViewCopy.h
index 6f1be956..add4af77 100644
--- a/Source/SPViewCopy.h
+++ b/Source/SPViewCopy.h
@@ -30,7 +30,9 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-@interface SPViewCopy : SPDBActionCommons
+#import "SPDatabaseAction.h"
+
+@interface SPViewCopy : SPDatabaseAction
- (BOOL)moveView:(NSString *)view from:(NSString *)sourceDatabase to:(NSString *)targetDatabase;