1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

skins: typo

p_playlist() -> p_playlist ???
This commit is contained in:
Pierre Ynard 2009-07-10 02:09:25 +02:00
parent ad1d316efd
commit a7b45ce83a

View File

@ -49,7 +49,7 @@ void Volume::set( float percentage )
{
VarPercent::set( percentage );
aout_VolumeSet( getIntf()->p_sys->p_playlist(),
aout_VolumeSet( getIntf()->p_sys->p_playlist,
(int)(get() * AOUT_VOLUME_MAX / 2.0) );
}
}