summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devdelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devdelegate.cpp')
-rw-r--r--src/emu/devdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devdelegate.cpp b/src/emu/devdelegate.cpp
index 8917d5dfc3f..380f01180e2 100644
--- a/src/emu/devdelegate.cpp
+++ b/src/emu/devdelegate.cpp
@@ -17,7 +17,7 @@
// fatal error if not found
//-------------------------------------------------
-delegate_late_bind &device_delegate_helper::bound_object(device_t &search_root)
+delegate_late_bind &device_delegate_helper::bound_object(device_t &search_root) const
{
device_t *device = search_root.subdevice(m_device_name);
if (device == nullptr)