summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kan_pand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kan_pand.h')
-rw-r--r--src/mame/video/kan_pand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kan_pand.h b/src/mame/video/kan_pand.h
index 54df95d044d..0fb809f7678 100644
--- a/src/mame/video/kan_pand.h
+++ b/src/mame/video/kan_pand.h
@@ -24,7 +24,7 @@ public:
kaneko_pandora_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration
- void set_gfxdecode_tag(const char *tag);
+ void set_gfxdecode_tag(const char *tag) { m_gfxdecode.set_tag(tag); }
void set_gfx_region(int gfxregion) { m_gfx_region = gfxregion; }
void set_offsets(int x_offset, int y_offset)
{