aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h')
-rw-r--r--Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h b/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h
index 153d5d68..281d5b7a 100644
--- a/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h
+++ b/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h
@@ -30,6 +30,12 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-@interface SPMySQLEmptyResult : SPMySQLResult
+@interface SPMySQLEmptyResult : SPMySQLResult {
+
+ id delegate;
+
+}
+
+@property (readwrite, assign) id delegate;
@end