diff options
Diffstat (limited to 'Mac/OSX/PythonLauncher/MyAppDelegate.h')
-rw-r--r-- | Mac/OSX/PythonLauncher/MyAppDelegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/MyAppDelegate.h b/Mac/OSX/PythonLauncher/MyAppDelegate.h index c65175a7ae..097b54177c 100644 --- a/Mac/OSX/PythonLauncher/MyAppDelegate.h +++ b/Mac/OSX/PythonLauncher/MyAppDelegate.h @@ -11,4 +11,5 @@ - (IBAction)showPreferences:(id)sender; - (BOOL)shouldShowUI; - (BOOL)shouldTerminate; +- (void)testFileTypeBinding; @end |