Index: Source/core/platform/audio/EqualPowerPanner.h |
diff --git a/Source/core/platform/audio/EqualPowerPanner.h b/Source/core/platform/audio/EqualPowerPanner.h |
index b8bd106fcf289efb7b910207e2993c359a572be7..ebdd9f907b52dcbd832e9d3ffa286f1ba3e4ea41 100644 |
--- a/Source/core/platform/audio/EqualPowerPanner.h |
+++ b/Source/core/platform/audio/EqualPowerPanner.h |
@@ -46,7 +46,7 @@ private: |
// For smoothing / de-zippering |
bool m_isFirstRender; |
double m_smoothingConstant; |
- |
+ |
double m_gainL; |
double m_gainR; |
}; |