summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/legionna.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/legionna.h')
-rw-r--r--src/mame/includes/legionna.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/legionna.h b/src/mame/includes/legionna.h
index f265210dc18..518e2c96670 100644
--- a/src/mame/includes/legionna.h
+++ b/src/mame/includes/legionna.h
@@ -15,7 +15,7 @@
#include <algorithm>
-class legionna_state : public driver_device, protected seibu_sound_common
+class legionna_state : public driver_device, public seibu_sound_common
{
public:
legionna_state(const machine_config &mconfig, device_type type, const char *tag)