summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bcreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/bcreader.h')
-rw-r--r--src/devices/machine/bcreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/bcreader.h b/src/devices/machine/bcreader.h
index ecb6908e0ae..95e49c4715b 100644
--- a/src/devices/machine/bcreader.h
+++ b/src/devices/machine/bcreader.h
@@ -24,7 +24,7 @@ class barcode_reader_device : public device_t
{
public:
// construction/destruction
- barcode_reader_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ barcode_reader_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
void write_code(const char *barcode, int len);
int get_pending_code() { return m_new_code; }