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/PPageAudioRenderer.h')
-rw-r--r--src/mpc-hc/PPageAudioRenderer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mpc-hc/PPageAudioRenderer.h b/src/mpc-hc/PPageAudioRenderer.h
index 1af686901..d8d89fa56 100644
--- a/src/mpc-hc/PPageAudioRenderer.h
+++ b/src/mpc-hc/PPageAudioRenderer.h
@@ -1,5 +1,5 @@
/*
- * (C) 2015 see Authors.txt
+ * (C) 2015, 2017 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -54,6 +54,7 @@ protected:
BOOL m_bExclusiveMode;
BOOL m_bAllowBitstreaming;
BOOL m_bCrossfeedEnabled;
+ BOOL m_bIgnoreSystemChannelMixer;
CComboBox m_combo1;
CSliderCtrl m_slider1;