diff options
author | 2014-07-22 06:21:54 +0000 | |
---|---|---|
committer | 2014-07-22 06:21:54 +0000 | |
commit | 79246ab9172f61178139b4b7974debba8fb7c5f8 (patch) | |
tree | 6365530c8cf287ea3b7752c3c45c8c6f8e4c68ae /src/emu/bus/ql/mp_fdi.h | |
parent | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (diff) |
More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can
Diffstat (limited to 'src/emu/bus/ql/mp_fdi.h')
-rw-r--r-- | src/emu/bus/ql/mp_fdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/ql/mp_fdi.h b/src/emu/bus/ql/mp_fdi.h index 7e6280e2b6b..7934cf0731a 100644 --- a/src/emu/bus/ql/mp_fdi.h +++ b/src/emu/bus/ql/mp_fdi.h @@ -25,7 +25,7 @@ // ======================> micro_peripherals_floppy_disk_interface_t class micro_peripherals_floppy_disk_interface_t : public device_t, - public device_ql_expansion_card_interface + public device_ql_expansion_card_interface { public: // construction/destruction |