diff options
author | 2015-12-04 07:02:00 +0100 | |
---|---|---|
committer | 2015-12-04 07:02:00 +0100 | |
commit | 68f961927a156c47cb444c1f66258a89342d0205 (patch) | |
tree | b0d5753d5658e62ecca72d37af2f79dfc7f808bb /src/devices/bus/coleco/exp.h | |
parent | 029a3003631093ffaf1a0318e0c58b3e173403a3 (diff) |
clang-modernize part 2
Diffstat (limited to 'src/devices/bus/coleco/exp.h')
-rw-r--r-- | src/devices/bus/coleco/exp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coleco/exp.h b/src/devices/bus/coleco/exp.h index 882bb04b659..1264c7bec89 100644 --- a/src/devices/bus/coleco/exp.h +++ b/src/devices/bus/coleco/exp.h @@ -90,7 +90,7 @@ protected: virtual bool is_reset_on_load() const { return 1; } virtual const char *image_interface() const { return "coleco_cart"; } virtual const char *file_extensions() const { return "rom,col,bin"; } - virtual const option_guide *create_option_guide() const { return NULL; } + virtual const option_guide *create_option_guide() const { return nullptr; } // slot interface overrides virtual void get_default_card_software(std::string &result); |