Skip to content

Commit

Permalink
rename param variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
katsar0v committed Jul 7, 2020
1 parent fe07122 commit 929881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/builtin/whitenoiseeffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class WhiteNoiseEffect : public EffectProcessorImpl<WhiteNoiseGroupState> {
const EffectEnableState enableState,
const GroupFeatureState& groupFeatures);
private:
EngineEffectParameter* m_pLoudnessParameter;
EngineEffectParameter* m_pDryWetParameter;

DISALLOW_COPY_AND_ASSIGN(WhiteNoiseEffect);
};

0 comments on commit 929881f

Please sign in to comment.