From 2027d59e7f36129e86b4e4cf2c32b18268c337b8 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 6 Nov 2016 14:11:55 +0100 Subject: Do not use FUNC in delegate where applicable (nw) --- src/osd/modules/debugger/debugqt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osd/modules/debugger/debugqt.cpp') diff --git a/src/osd/modules/debugger/debugqt.cpp b/src/osd/modules/debugger/debugqt.cpp index e9abe538981..7cdca830349 100644 --- a/src/osd/modules/debugger/debugqt.cpp +++ b/src/osd/modules/debugger/debugqt.cpp @@ -269,8 +269,8 @@ void debug_qt::init_debugger(running_machine &machine) m_machine = &machine; // Setup the configuration XML saving and loading machine.configuration().config_register("debugger", - config_saveload_delegate(FUNC(xml_configuration_load), &machine), - config_saveload_delegate(FUNC(xml_configuration_save), &machine)); + config_saveload_delegate(&xml_configuration_load, &machine), + config_saveload_delegate(&xml_configuration_save, &machine)); } -- cgit v1.2.3-70-g09d2