summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle+Private.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-13 10:27:05 +0200
committerDamiano Galassi <[email protected]>2019-08-13 10:27:05 +0200
commitf2a619679551fd988c4e28bf68108f174d64fb3d (patch)
tree3b7b294d44d5afd20a864c2b9d2f3676f7a4749a /macosx/HBTitle+Private.h
parent5b3c3c620855130c7bcd47685ad69a765e0cfd7b (diff)
MacGui: convert the last usage of NSDictionary to a proper class, fix external subtitles tracks when sandboxed. Add initial support to the model to store the track title.
Diffstat (limited to 'macosx/HBTitle+Private.h')
-rw-r--r--macosx/HBTitle+Private.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/macosx/HBTitle+Private.h b/macosx/HBTitle+Private.h
index 76aecdba4..b55854e22 100644
--- a/macosx/HBTitle+Private.h
+++ b/macosx/HBTitle+Private.h
@@ -1,13 +1,12 @@
-//
-// HBTitlePrivate.h
-// HandBrake
-//
-// Created by Damiano Galassi on 30/05/15.
-//
-//
+/* HBTitlePrivate.h $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
#import <Foundation/Foundation.h>
#import "HBTitle.h"
+#import "HBPreset.h"
#include "hb.h"
@interface HBTitle (Private)