]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.h
Merge branch 'master' into lpcm_encoder
[vlc] / modules / gui / macosx / output.h
index 1ff0bda9588b71d9c6af7b3b8367033ee5b93cc9..56aca1539cab01f83cfbf891606f315266b3980b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: MacOS X Output Dialog
  *****************************************************************************
- * Copyright (C) 2002-2006 the VideoLAN team
+ * Copyright (C) 2002-2007 the VideoLAN team
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -84,7 +84,7 @@
 }
 
 - (void)setMRL:(NSArray *)o_mrl_string;
-- (NSArray *)getMRL;
+- (NSArray *)mrl;
 - (void)setTranscode:(NSString *)o_transcode_string;
 
 - (void)initStrings;