diff options
Diffstat (limited to 'src/emu/emuopts.h')
-rw-r--r-- | src/emu/emuopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.h b/src/emu/emuopts.h index 9e8485bde29..3bd7cd8afd6 100644 --- a/src/emu/emuopts.h +++ b/src/emu/emuopts.h @@ -374,7 +374,7 @@ private: void update_slot_options(); // INI parsing helper - bool parse_one_ini(const char *basename, int priority, std::string *error_string = NULL); + bool parse_one_ini(const char *basename, int priority, std::string *error_string = nullptr); // cache frequently used options in members void update_cached_options(); |