diff options
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 4 |
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 |