summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/vrender0.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:21:54 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:21:54 +0000
commit79246ab9172f61178139b4b7974debba8fb7c5f8 (patch)
tree6365530c8cf287ea3b7752c3c45c8c6f8e4c68ae /src/emu/sound/vrender0.h
parent5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (diff)
More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can
Diffstat (limited to 'src/emu/sound/vrender0.h')
-rw-r--r--src/emu/sound/vrender0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/vrender0.h b/src/emu/sound/vrender0.h
index 21515269027..e44bdae2dc5 100644
--- a/src/emu/sound/vrender0.h
+++ b/src/emu/sound/vrender0.h
@@ -41,7 +41,7 @@ public:
protected:
// device-level overrides
virtual void device_start();
-
+
// sound stream update overrides
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);