[vlc-commits] macosx: fix nullability declaration

Felix Paul Kühne git at videolan.org
Sat Mar 30 14:16:57 CET 2019


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Fri Mar 29 20:19:48 2019 +0100| [b8d27fc499782cd25e54225547f8d07b214be1cd] | committer: Felix Paul Kühne

macosx: fix nullability declaration

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8d27fc499782cd25e54225547f8d07b214be1cd
---

 modules/gui/macosx/playlist/VLCPlayerController.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/playlist/VLCPlayerController.h b/modules/gui/macosx/playlist/VLCPlayerController.h
index a6d66260d4..09e0a8ab72 100644
--- a/modules/gui/macosx/playlist/VLCPlayerController.h
+++ b/modules/gui/macosx/playlist/VLCPlayerController.h
@@ -644,7 +644,7 @@ extern NSString *VLCPlayerMuteChanged;
  * returns the filter chain string for the respective type
  * @note This is a temporary API and will be gone in VLC 5.0
  */
-- (NSString *)videoFilterChainForType:(enum vlc_vout_filter_type)filterType;
+- (nullable NSString *)videoFilterChainForType:(enum vlc_vout_filter_type)filterType;
 
 /**
  * sets the filter chain string for the respective type



More information about the vlc-commits mailing list