summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chdcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/chdcodec.h')
-rw-r--r--src/lib/util/chdcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/chdcodec.h b/src/lib/util/chdcodec.h
index 700ae8f8979..3fbc8a0896e 100644
--- a/src/lib/util/chdcodec.h
+++ b/src/lib/util/chdcodec.h
@@ -104,8 +104,8 @@ public:
static chd_decompressor::ptr new_decompressor(chd_codec_type type, chd_file &file);
// utilities
- static bool codec_exists(chd_codec_type type);
- static const char *codec_name(chd_codec_type type);
+ static bool codec_exists(chd_codec_type type) noexcept;
+ static const char *codec_name(chd_codec_type type) noexcept;
};