summaryrefslogtreecommitdiff
path: root/servers/audio/effects/audio_effect_eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/audio/effects/audio_effect_eq.h')
-rw-r--r--servers/audio/effects/audio_effect_eq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/audio/effects/audio_effect_eq.h b/servers/audio/effects/audio_effect_eq.h
index 252f931e6c..9b0560223f 100644
--- a/servers/audio/effects/audio_effect_eq.h
+++ b/servers/audio/effects/audio_effect_eq.h
@@ -55,7 +55,7 @@ class AudioEffectEQ : public AudioEffect {
EQ eq;
Vector<float> gain;
- Map<StringName, int> prop_band_map;
+ HashMap<StringName, int> prop_band_map;
Vector<String> band_names;
protected: