diff options
Diffstat (limited to 'src/devices/imagedev/diablo.h')
-rw-r--r-- | src/devices/imagedev/diablo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/imagedev/diablo.h b/src/devices/imagedev/diablo.h index d3156e49ae0..a83d8bc30b7 100644 --- a/src/devices/imagedev/diablo.h +++ b/src/devices/imagedev/diablo.h @@ -65,8 +65,8 @@ protected: chd_file m_diffchd; /* handle to the diff CHD */ hard_disk_file *m_hard_disk_handle; - load_delegate m_device_image_load; - unload_delegate m_device_image_unload; + load_delegate m_device_image_load; + unload_delegate m_device_image_unload; const char * m_interface; }; |