[vlc-devel] commit: macosx: Fix a warning. (Pierre d'Herbemont )
git version control
git at videolan.org
Sun Aug 10 00:15:26 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Aug 10 00:16:54 2008 +0200| [6ab2c44687a9812842c2b42bfd0af00217e1fcc3] | committer: Pierre d'Herbemont
macosx: Fix a warning.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ab2c44687a9812842c2b42bfd0af00217e1fcc3
---
modules/gui/macosx/controls.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/controls.h b/modules/gui/macosx/controls.h
index 17044d3..e077716 100644
--- a/modules/gui/macosx/controls.h
+++ b/modules/gui/macosx/controls.h
@@ -77,6 +77,8 @@
- (IBAction)forward:(id)sender;
- (IBAction)backward:(id)sender;
+- (id)getVoutView;
+
- (IBAction)volumeUp:(id)sender;
- (IBAction)volumeDown:(id)sender;
- (IBAction)mute:(id)sender;
More information about the vlc-devel
mailing list