Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/PPageAudioSwitcher.cpp')
-rw-r--r--src/mpc-hc/PPageAudioSwitcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/PPageAudioSwitcher.cpp b/src/mpc-hc/PPageAudioSwitcher.cpp
index 7a0f4f9b2..6ecb5048d 100644
--- a/src/mpc-hc/PPageAudioSwitcher.cpp
+++ b/src/mpc-hc/PPageAudioSwitcher.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -396,7 +396,7 @@ void CPPageAudioSwitcher::OnCancel()
{
const CAppSettings& s = AfxGetAppSettings();
- if (m_AudioBoostPos != s.nAudioBoost) {
+ if ((UINT)m_AudioBoostPos != s.nAudioBoost) {
((CMainFrame*)GetParentFrame())->SetVolumeBoost(s.nAudioBoost);
}