summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/esqpump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/esqpump.h')
-rw-r--r--src/devices/sound/esqpump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/esqpump.h b/src/devices/sound/esqpump.h
index 600462e07c7..b6f1d3ec2e8 100644
--- a/src/devices/sound/esqpump.h
+++ b/src/devices/sound/esqpump.h
@@ -106,7 +106,7 @@ private:
#endif
#if !PUMP_FAKE_ESP_PROCESSING && PUMP_REPLACE_ESP_PROGRAM
- std::unique_ptr<int16_t[]> e;
+ std::vector<stream_buffer::sample_t> e;
int ei;
#endif
};