summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/lynx.h')
-rw-r--r--src/mame/audio/lynx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/lynx.h b/src/mame/audio/lynx.h
index 670f3ff2a76..863861616f4 100644
--- a/src/mame/audio/lynx.h
+++ b/src/mame/audio/lynx.h
@@ -16,7 +16,7 @@ public:
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);
void count_down(int nr);
- template <typename... T> void set_timer_delegate(T &&... args) { m_timer_delegate = timer_delegate(std::forward<T>(args)...); }
+ template <typename... T> void set_timer_delegate(T &&... args) { m_timer_delegate.set(std::forward<T>(args)...); }
protected:
struct LYNX_AUDIO {