summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/jvshost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/jvshost.h')
-rw-r--r--src/devices/machine/jvshost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/jvshost.h b/src/devices/machine/jvshost.h
index 4f66e46dccc..a52c2d0fdf0 100644
--- a/src/devices/machine/jvshost.h
+++ b/src/devices/machine/jvshost.h
@@ -9,7 +9,7 @@ class jvs_device;
class jvs_host : public device_t {
public:
- jvs_host(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ jvs_host(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
void add_device(jvs_device *dev);