diff options
author | Damiano Galassi <[email protected]> | 2020-06-27 14:13:12 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-06-27 14:13:12 +0200 |
commit | 8465fc2fd9ebc8f46192f24c7e9a555b4107d342 (patch) | |
tree | 559051b2e860d164352e0b2e4b671f5727b9ecbd /macosx/HBAddCategoryController.h | |
parent | 1541c6b4aab334be0f640ced71ab0d1ddbaf48fa (diff) |
MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk.
Diffstat (limited to 'macosx/HBAddCategoryController.h')
-rw-r--r-- | macosx/HBAddCategoryController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBAddCategoryController.h b/macosx/HBAddCategoryController.h index d6fe70e00..6aa2d34c0 100644 --- a/macosx/HBAddCategoryController.h +++ b/macosx/HBAddCategoryController.h @@ -6,8 +6,7 @@ #import <Cocoa/Cocoa.h> -@class HBPresetsManager; -@class HBPreset; +@import HandBrakeKit; NS_ASSUME_NONNULL_BEGIN |