From 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 29 Jun 2016 08:34:30 +0200 Subject: Cleanup and version bump --- src/devices/machine/eeprom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/eeprom.h') diff --git a/src/devices/machine/eeprom.h b/src/devices/machine/eeprom.h index 02dd2eaf6de..7fdcc8cd473 100644 --- a/src/devices/machine/eeprom.h +++ b/src/devices/machine/eeprom.h @@ -44,7 +44,7 @@ // ======================> eeprom_base_device class eeprom_base_device : public device_t, - public device_nvram_interface + public device_nvram_interface { protected: // construction/destruction -- cgit v1.2.3