From 054640ae603d9eedff61ff78825541586699b187 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 30 Oct 2013 09:07:55 +0000 Subject: fixed regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3843 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/soundcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmp/soundcore.cpp b/src/qmmp/soundcore.cpp index 8bd2601f3..97eecfab7 100644 --- a/src/qmmp/soundcore.cpp +++ b/src/qmmp/soundcore.cpp @@ -203,7 +203,7 @@ int SoundCore::volume() const int SoundCore::balance() const { - return m_volumeControl->left(); + return m_volumeControl->balance(); } bool SoundCore::isMuted() const -- cgit v1.2.3-13-gbd6f