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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/null_s.h b/src/sound/null_s.h
index c01eae32a..9bc660b92 100644
--- a/src/sound/null_s.h
+++ b/src/sound/null_s.h
@@ -19,6 +19,7 @@ public:
void Stop() override { }
const char *GetName() const override { return "null"; }
+ bool HasOutput() const override { return false; }
};
/** Factory for the null sound driver. */