[vlc-commits] MacOS: kill a warning
Jean-Baptiste Kempf
git at videolan.org
Fri Dec 9 14:45:57 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 6 13:53:06 2011 +0100| [32b311e4109abe508fe7c17f9c32d0bb16fafa77] | committer: Jean-Baptiste Kempf
MacOS: kill a warning
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32b311e4109abe508fe7c17f9c32d0bb16fafa77
---
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