diff options
Diffstat (limited to 'src/lib/util/chdcodec.c')
-rw-r--r-- | src/lib/util/chdcodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/chdcodec.c b/src/lib/util/chdcodec.c index df253489f7e..3a7781fced8 100644 --- a/src/lib/util/chdcodec.c +++ b/src/lib/util/chdcodec.c @@ -1619,7 +1619,7 @@ UINT32 chd_avhuff_compressor::compress(const UINT8 *src, UINT32 srclen, UINT8 *d void chd_avhuff_compressor::postinit() { // get the metadata - astring metadata; + std::string metadata; chd_error err = chd().read_metadata(AV_METADATA_TAG, 0, metadata); if (err != CHDERR_NONE) throw err; |