X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FInstantHandBrake%2FDevice.h;h=92a7f18b99440e3ab9294849a460a39498bcc438;hb=240cf3308bf21be4d1918a71a5510d07e7d6d85b;hp=e84fb5e0478afdf8d9640e04f38fa70188575fa6;hpb=10aab2bcb670641bd4fea7c25f3567b76af03d4c;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/InstantHandBrake/Device.h b/macosx/InstantHandBrake/Device.h index e84fb5e0..92a7f18b 100644 --- a/macosx/InstantHandBrake/Device.h +++ b/macosx/InstantHandBrake/Device.h @@ -4,7 +4,7 @@ // // Created by Damiano Galassi on 15/01/08. // This file is part of the HandBrake source code. -// Homepage: . +// Homepage: . // 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 { NSString * deviceName; NSMutableArray * presetsArray; }