summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/MyDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/PythonLauncher/MyDocument.h')
-rwxr-xr-xMac/OSX/PythonLauncher/MyDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/MyDocument.h b/Mac/OSX/PythonLauncher/MyDocument.h
index 47c7be38..dd2b4fe 100755
--- a/Mac/OSX/PythonLauncher/MyDocument.h
+++ b/Mac/OSX/PythonLauncher/MyDocument.h
@@ -14,6 +14,7 @@
@interface MyDocument : NSDocument <FileSettingsSource>
{
IBOutlet NSTextField *interpreter;
+ IBOutlet NSButton *honourhashbang;
IBOutlet NSButton *debug;
IBOutlet NSButton *verbose;
IBOutlet NSButton *inspect;