aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDatabaseStructure.h')
-rw-r--r--Source/SPDatabaseStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseStructure.h b/Source/SPDatabaseStructure.h
index f382944a..57249c93 100644
--- a/Source/SPDatabaseStructure.h
+++ b/Source/SPDatabaseStructure.h
@@ -53,7 +53,7 @@
// Setup and teardown
- (id)initWithDelegate:(SPDatabaseDocument *)theDelegate;
- (void)setConnectionToClone:(SPMySQLConnection *)aConnection;
-- (void)destroy;
+- (void)destroy:(NSNotification *)notification;
// Information
- (SPMySQLConnection *)connection;