diff options
Diffstat (limited to 'src/emu/hashfile.h')
-rw-r--r-- | src/emu/hashfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/hashfile.h b/src/emu/hashfile.h index c462b5c74d3..9bc3c402592 100644 --- a/src/emu/hashfile.h +++ b/src/emu/hashfile.h @@ -12,6 +12,6 @@ #include "emu.h" -bool hashfile_extrainfo(device_image_interface &image, astring &result); +bool hashfile_extrainfo(device_image_interface &image, std::string &result); #endif /* __HASHFILE_H__ */ |