summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/flower.c')
-rw-r--r--src/mame/drivers/flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/flower.c b/src/mame/drivers/flower.c
index 312c2916d8b..7c392c1f912 100644
--- a/src/mame/drivers/flower.c
+++ b/src/mame/drivers/flower.c
@@ -224,7 +224,7 @@ static GFXDECODE_START( flower )
GFXDECODE_ENTRY( REGION_GFX3, 0, flower_tilelayout, 0, 16 )
GFXDECODE_END
-static struct CustomSound_interface custom_interface =
+static const struct CustomSound_interface custom_interface =
{
flower_sh_start
};