vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Dec  6 
13:53:06 2011 +0100| [32b311e4109abe508fe7c17f9c32d0bb16fafa77] | committer: 
Jean-Baptiste Kempf

MacOS: kill a warning

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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 )
     {

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to