summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-11 16:31:18 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-11 16:31:18 +0100
commitd1dc775f9b686170416fbca6a615fbea108d0ff1 (patch)
tree64c9053aa0ac1c0d9b15a5d628d5a2ca8e296db8 /src/emu/sound.cpp
parent7c7e62455e91e9eae51577cd06c4fd38858a3d50 (diff)
Some cleanups and init fixes with help of ReSharper C++ (nw)
Diffstat (limited to 'src/emu/sound.cpp')
-rw-r--r--src/emu/sound.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound.cpp b/src/emu/sound.cpp
index 3a08bdf4971..980e552f0b0 100644
--- a/src/emu/sound.cpp
+++ b/src/emu/sound.cpp
@@ -791,8 +791,9 @@ sound_stream::stream_input::stream_input()
//-------------------------------------------------
sound_stream::stream_output::stream_output()
- : m_dependents(0),
- m_gain(0x100)
+ : m_stream(NULL),
+ m_dependents(0),
+ m_gain(0x100)
{
}