summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/cassette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/cassette.h')
-rw-r--r--src/devices/imagedev/cassette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/cassette.h b/src/devices/imagedev/cassette.h
index e36b61d688d..5310bb546d3 100644
--- a/src/devices/imagedev/cassette.h
+++ b/src/devices/imagedev/cassette.h
@@ -140,6 +140,6 @@ private:
DECLARE_DEVICE_TYPE(CASSETTE, cassette_image_device)
// device iterator
-typedef device_type_iterator<cassette_image_device> cassette_device_iterator;
+typedef device_type_enumerator<cassette_image_device> cassette_device_enumerator;
#endif // MAME_DEVICES_IMAGEDEV_CASSETTE_H