diff options
Diffstat (limited to 'src/devices/sound/va_eg.h')
-rw-r--r-- | src/devices/sound/va_eg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/va_eg.h b/src/devices/sound/va_eg.h index bd8c00cd722..29675145810 100644 --- a/src/devices/sound/va_eg.h +++ b/src/devices/sound/va_eg.h @@ -39,7 +39,7 @@ public: protected: void device_start() override ATTR_COLD; - void sound_stream_update(sound_stream &stream, const std::vector<read_stream_view> &inputs, std::vector<write_stream_view> &outputs) override; + void sound_stream_update(sound_stream &stream) override; private: // Takes a snapshot of the current voltage into m_v_start and m_t_start. |