diff options
Diffstat (limited to 'src/lib/util/corefile.h')
-rw-r--r-- | src/lib/util/corefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corefile.h b/src/lib/util/corefile.h index efbda400202..70b966c394c 100644 --- a/src/lib/util/corefile.h +++ b/src/lib/util/corefile.h @@ -101,7 +101,7 @@ public: // open a file with the specified filename, read it into memory, and return a pointer static osd_file::error load(std::string const &filename, void **data, std::uint32_t &length); - static osd_file::error load(std::string const &filename, dynamic_buffer &data); + static osd_file::error load(std::string const &filename, std::vector<UINT8> &data); // ----- file write ----- |