summaryrefslogtreecommitdiff
path: root/src/sound/null_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/null_s.h')
-rw-r--r--src/sound/null_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/null_s.h b/src/sound/null_s.h
index ca9adb546..e1e2ad460 100644
--- a/src/sound/null_s.h
+++ b/src/sound/null_s.h
@@ -17,7 +17,7 @@
/** Implementation of the null sound driver. */
class SoundDriver_Null : public SoundDriver {
public:
- const char *Start(const char * const *param) override { return NULL; }
+ const char *Start(const char * const *param) override { return nullptr; }
void Stop() override { }
const char *GetName() const override { return "null"; }