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 389b7fd6669..0476a39f176 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 Object> void set_timer_delegate(Object&& cb) { m_timer_delegate = std::forward<Object>(cb); }
+ template<typename Object> void set_timer_delegate(Object &&cb) { m_timer_delegate = std::forward<Object>(cb); }
protected:
struct LYNX_AUDIO {