summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mixer.h')
-rw-r--r--src/devices/sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mixer.h b/src/devices/sound/mixer.h
index 5be1d45d5d3..8c98ddd26c5 100644
--- a/src/devices/sound/mixer.h
+++ b/src/devices/sound/mixer.h
@@ -17,7 +17,7 @@ class mixer_device : public device_t, public device_mixer_interface
{
public:
// internal constructor
- mixer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ mixer_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
protected:
// device-level overrides