From 4aa0ab1724e8fe19775d6be982ec312604a2a6b3 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sat, 23 Jul 2016 12:49:33 -0400 Subject: Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and hashing.[cpp|h]) into util:: --- src/emu/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/fileio.cpp') diff --git a/src/emu/fileio.cpp b/src/emu/fileio.cpp index 1fe26071acb..923ea427b3f 100644 --- a/src/emu/fileio.cpp +++ b/src/emu/fileio.cpp @@ -197,7 +197,7 @@ emu_file::operator util::core_file &() // hash - returns the hash for a file //------------------------------------------------- -hash_collection &emu_file::hashes(const char *types) +util::hash_collection &emu_file::hashes(const char *types) { // determine the hashes we already have std::string already_have = m_hashes.hash_types(); -- cgit v1.2.3-70-g09d2