From 395526e2ab840be6a856a0f7f3db15353f0c00b2 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Tue, 14 Oct 2014 17:49:31 +0000 Subject: [PATCH] Fixed clang build. (nw) --- src/emu/sound/lmc1992.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/sound/lmc1992.h b/src/emu/sound/lmc1992.h index 3a8c978ebd4..cf15415b78e 100644 --- a/src/emu/sound/lmc1992.h +++ b/src/emu/sound/lmc1992.h @@ -88,7 +88,7 @@ protected: private: inline void execute_command(int addr, int data); - sound_stream *m_stream[4]; + //sound_stream *m_stream[4]; int m_enable; // enable latch int m_data; // data latch