diff options
author | Damiano Galassi <[email protected]> | 2019-08-11 09:07:20 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-11 09:07:20 +0200 |
commit | bed55e05880f0286f504142a48089bce60c96cc7 (patch) | |
tree | 795647e216e70981acc9ba0769eb03c53da44023 /macosx/HBOutputFileWriter.h | |
parent | 6437b9d6653352011dc8af541b373369c45c8d44 (diff) |
MacGui: move the queue libhb instance to an xpc service.
Diffstat (limited to 'macosx/HBOutputFileWriter.h')
-rw-r--r-- | macosx/HBOutputFileWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBOutputFileWriter.h b/macosx/HBOutputFileWriter.h index a6e22680c..480f198ca 100644 --- a/macosx/HBOutputFileWriter.h +++ b/macosx/HBOutputFileWriter.h @@ -5,7 +5,7 @@ It may be used under the terms of the GNU General Public License. */ #import <Foundation/Foundation.h> -#import "HBOutputRedirect.h" +#import "HBRedirect.h" NS_ASSUME_NONNULL_BEGIN |