From e188d1d53a1b1f8cf96d8ce82221f2013e63c23b Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 4 May 2012 14:42:34 +0000 Subject: Rename database action class. --- Source/SPViewCopy.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/SPViewCopy.h') 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 -@interface SPViewCopy : SPDBActionCommons +#import "SPDatabaseAction.h" + +@interface SPViewCopy : SPDatabaseAction - (BOOL)moveView:(NSString *)view from:(NSString *)sourceDatabase to:(NSString *)targetDatabase; -- cgit v1.2.3