OSDN Git Service

x264 bump to r1338-19977e9
[handbrake-jp/handbrake-jp-git.git] / macosx / InstantHandBrake / Device.h
index e84fb5e..92a7f18 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Damiano Galassi on 15/01/08.
 //  This file is part of the HandBrake source code.
-//  Homepage: <http://handbrake.m0k.org/>.
+//  Homepage: <http://handbrake.fr/>.
 //  It may be used under the terms of the GNU General Public License.
 //
 //
@@ -13,7 +13,7 @@
 #import "Preset.h"
 
 
-@interface Device : NSObject {
+@interface Device : NSObject <NSCoding> {
     NSString            * deviceName;
     NSMutableArray      * presetsArray;
 }