diff options
author | 2015-04-22 11:30:19 +0200 | |
---|---|---|
committer | 2015-04-22 11:30:45 +0200 | |
commit | 54f8b3ae5df6736c58b2a8398f9ac85da425c96d (patch) | |
tree | 5924033acf314625b14317b674adc9e9730c97cc /src/osd/sdl/input.c | |
parent | 946958136d85f2a1485dfb962487cba43ac6c048 (diff) |
moved all to std::string (nw)
Diffstat (limited to 'src/osd/sdl/input.c')
-rw-r--r-- | src/osd/sdl/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/input.c b/src/osd/sdl/input.c index 5fab6a71fde..e2fd01298bf 100644 --- a/src/osd/sdl/input.c +++ b/src/osd/sdl/input.c @@ -132,7 +132,7 @@ struct device_info // device information device_info ** head; device_info * next; - astring name; + std::string name; // MAME information input_device * device; |