diff options
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index ff475bb0..d586e5bc 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -106,6 +106,8 @@ BOOL selectionChanged; NSUndoManager *esUndoManager; + NSArray *shellVariableSuggestions; + } - (IBAction)inputPopupButtonChanged:(id)sender; |