summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher/MyAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/PythonLauncher/MyAppDelegate.h')
-rw-r--r--Mac/PythonLauncher/MyAppDelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/PythonLauncher/MyAppDelegate.h b/Mac/PythonLauncher/MyAppDelegate.h
index 097b541..7252072 100644
--- a/Mac/PythonLauncher/MyAppDelegate.h
+++ b/Mac/PythonLauncher/MyAppDelegate.h
@@ -4,8 +4,8 @@
@interface MyAppDelegate : NSObject
{
- BOOL initial_action_done;
- BOOL should_terminate;
+ BOOL initial_action_done;
+ BOOL should_terminate;
}
- (id)init;
- (IBAction)showPreferences:(id)sender;