diff options
| author | 2015-11-25 08:22:24 +0100 | |
|---|---|---|
| committer | 2015-11-25 08:22:24 +0100 | |
| commit | 0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch) | |
| tree | 24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/emu/sound.cpp | |
| parent | d1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff) | |
Cleanups and version bumpmame0168
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) { } |
