summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segabb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segabb.h')
-rw-r--r--src/mame/machine/segabb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/segabb.h b/src/mame/machine/segabb.h
index 93f42833fea..1ff7a2d4ab2 100644
--- a/src/mame/machine/segabb.h
+++ b/src/mame/machine/segabb.h
@@ -12,7 +12,7 @@
class sega_lindbergh_baseboard_device : public pci_device {
public:
- sega_lindbergh_baseboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ sega_lindbergh_baseboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
virtual void device_start() override;