vlc | branch: master | Felix Paul Kühne <fe...@feepk.net> | Sat Jun  9 16:22:49 
2018 +0200| [904e3843266b61b10e50b4cc3312056dfbfe6c58] | committer: Felix Paul 
Kühne

macosx: add missing selector declarations

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

 modules/gui/macosx/VLCInputManager.m | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/gui/macosx/VLCInputManager.m 
b/modules/gui/macosx/VLCInputManager.m
index cdc8409401..9f60b767fb 100644
--- a/modules/gui/macosx/VLCInputManager.m
+++ b/modules/gui/macosx/VLCInputManager.m
@@ -43,6 +43,13 @@
 #import <MediaPlayer/MediaPlayer.h>
 #endif
 
+@interface VLCInputManager()
+- (void)updateMainMenu;
+- (void)updateMainWindow;
+- (void)updateMetaAndInfo;
+- (void)updateDelays;
+@end
+
 #pragma mark Callbacks
 
 static int InputThreadChanged(vlc_object_t *p_this, const char *psz_var,

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to