summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/harddriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/harddriv.cpp')
-rw-r--r--src/devices/imagedev/harddriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/harddriv.cpp b/src/devices/imagedev/harddriv.cpp
index 3e7cb789552..ffc17871050 100644
--- a/src/devices/imagedev/harddriv.cpp
+++ b/src/devices/imagedev/harddriv.cpp
@@ -85,7 +85,7 @@ void harddisk_image_device::device_config_complete()
update_names();
}
-const option_guide *harddisk_image_device::create_option_guide() const
+const util::option_guide &harddisk_image_device::create_option_guide() const
{
return hd_option_guide;
}