[vlc-commits] MacOS: kill a warning
Jean-Baptiste Kempf
git at videolan.org
Fri Dec 9 18:10:25 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 6 13:53:06 2011 +0100| [a047c02b50c04f98f94d55d33bc9cc8fb6ce50d3] | committer: Jean-Baptiste Kempf
MacOS: kill a warning
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 32b311e4109abe508fe7c17f9c32d0bb16fafa77)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=a047c02b50c04f98f94d55d33bc9cc8fb6ce50d3
---
modules/gui/macosx/AudioEffects.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/AudioEffects.m b/modules/gui/macosx/AudioEffects.m
index a2c56c7..a8b5ebb 100644
--- a/modules/gui/macosx/AudioEffects.m
+++ b/modules/gui/macosx/AudioEffects.m
@@ -189,7 +189,7 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf,
{
vlc_object_t *p_object= VLC_OBJECT(getAout());
if( p_object == NULL )
- p_object = pl_Get( VLCIntf );
+ p_object = (vlc_object_t *)pl_Get( VLCIntf );
if( p_object )
{
More information about the vlc-commits
mailing list