diff options
Diffstat (limited to 'src/emu/sound.cpp')
| -rw-r--r-- | src/emu/sound.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound.cpp b/src/emu/sound.cpp index 980e552f0b0..f24fb56980b 100644 --- a/src/emu/sound.cpp +++ b/src/emu/sound.cpp @@ -791,9 +791,9 @@ sound_stream::stream_input::stream_input() //------------------------------------------------- sound_stream::stream_output::stream_output() - : m_stream(NULL), - m_dependents(0), - m_gain(0x100) + : m_stream(NULL), + m_dependents(0), + m_gain(0x100) { } |
