diff options
Diffstat (limited to 'Source/MainController.h')
-rw-r--r-- | Source/MainController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MainController.h b/Source/MainController.h index 59fc0e40..86ec9e4a 100644 --- a/Source/MainController.h +++ b/Source/MainController.h @@ -51,5 +51,6 @@ // Other - (id)handleQuitScriptCommand:(NSScriptCommand *)command; +- (NSString *)contentOfFile:(NSString *)aPath; @end |