diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-10 22:41:11 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-07 17:20:26 +0100 |
commit | 8649ea3d6fcbad110ecb668b8485cf4b8b45caba (patch) | |
tree | 0ad6948c8f77286aea01d524a2ca16220983139b /test | |
parent | 752ff12c37741d7b2bc52619529dabb59e91a998 (diff) |
thread/Thread: use BoundMethod
Diffstat (limited to 'test')
-rw-r--r-- | test/run_output.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index 8af46211b..43272591c 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -44,6 +44,8 @@ #include <stdlib.h> #include <stdio.h> +void AudioOutput::Task() {} + class DummyAudioOutputClient final : public AudioOutputClient { public: /* virtual methods from AudioOutputClient */ |