diff options
Diffstat (limited to 'src/lib/util/chdcodec.h')
-rw-r--r-- | src/lib/util/chdcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/chdcodec.h b/src/lib/util/chdcodec.h index 144fba8641f..f517cdedeeb 100644 --- a/src/lib/util/chdcodec.h +++ b/src/lib/util/chdcodec.h @@ -108,7 +108,7 @@ public: static chd_decompressor *new_decompressor(chd_codec_type type, chd_file &file); // utilities - static bool codec_exists(chd_codec_type type) { return (find_in_list(type) != NULL); } + static bool codec_exists(chd_codec_type type) { return (find_in_list(type) != nullptr); } static const char *codec_name(chd_codec_type type); private: |