summaryrefslogtreecommitdiffstats
path: root/macosx/HBOutputRedirect.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-07-03 18:57:44 +0000
committerritsuka <[email protected]>2015-07-03 18:57:44 +0000
commitd6b6e3f7d55033124964f092ba3170685b3b68ee (patch)
treeb27ff480d8b309ba965ede8d893c458b76fad034 /macosx/HBOutputRedirect.h
parentce61c1e878d59d7114e2e3781622d5c08c4659bd (diff)
MacGui: check if the log file can be written or not in HBOutputFileWriter init.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7335 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBOutputRedirect.h')
-rw-r--r--macosx/HBOutputRedirect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/HBOutputRedirect.h b/macosx/HBOutputRedirect.h
index f689b8795..2679051fd 100644
--- a/macosx/HBOutputRedirect.h
+++ b/macosx/HBOutputRedirect.h
@@ -7,6 +7,7 @@
#import <Foundation/Foundation.h>
+NS_ASSUME_NONNULL_BEGIN
@protocol HBOutputRedirectListening <NSObject>
@@ -35,3 +36,5 @@
- (void)removeListener:(id <HBOutputRedirectListening>)aListener;
@end
+
+NS_ASSUME_NONNULL_END