This commit is contained in:
Pierre Laurac 2016-10-24 11:49:30 -07:00 committed by Kevin Sawicki
parent 9b19e6ee38
commit 1f60aff73d

View file

@ -283,7 +283,7 @@ bool ScopedDisableResize::disable_resize_ = false;
@property (nonatomic, retain) NSURL* previewItemURL;
@property (nonatomic, retain) NSString* previewItemTitle;
- (id)initWithURL:(NSURL *)anURL title:(NSString *)aTitle;
- (id)initWithURL:(NSURL*)url title:(NSString*)title;
@end