From 5aea0893a03648efe27025f88d6b98cd48129869 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 9 Mar 2016 18:02:13 +1100 Subject: Use type-safe printf for core_file and emu_file, surprisingly few knock-on effects Properly fix up a couple of places I64FMT was being used, still more to deal with --- src/emu/cheat.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/emu/cheat.cpp') diff --git a/src/emu/cheat.cpp b/src/emu/cheat.cpp index 6b24b22fc35..0a799ca6f13 100644 --- a/src/emu/cheat.cpp +++ b/src/emu/cheat.cpp @@ -1031,6 +1031,9 @@ std::unique_ptr &cheat_entry::script_for_state(script_state state) // CHEAT MANAGER //************************************************************************** +const int cheat_manager::CHEAT_VERSION; + + //------------------------------------------------- // cheat_manager - constructor //------------------------------------------------- -- cgit v1.2.3-70-g09d2