aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-09 21:23:38 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-09 21:23:38 +0000
commit7e34cf68b09d6b95bfa29e1233b44370adfd18b3 (patch)
treede57d0583b03513c7ae62ff77fdd2827b2702666 /Source/SPTextView.h
parent4dfdf313add14a802387cf69c95e85a2c0a7dca9 (diff)
downloadsequelpro-7e34cf68b09d6b95bfa29e1233b44370adfd18b3.tar.gz
sequelpro-7e34cf68b09d6b95bfa29e1233b44370adfd18b3.tar.bz2
sequelpro-7e34cf68b09d6b95bfa29e1233b44370adfd18b3.zip
• further preparations for user-definable bundle support
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r--Source/SPTextView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h
index e0cb6a32..f5529e9e 100644
--- a/Source/SPTextView.h
+++ b/Source/SPTextView.h
@@ -86,7 +86,7 @@
NSRange queryRange;
BOOL shouldHiliteQuery;
- NSArray *bundleItems;
+ NSMutableArray *bundleItems;
}
@@ -148,4 +148,6 @@
- (void)reloadBundleItems;
+- (IBAction)executeBundleItem:(id)sender;
+
@end