From 8649ea3d6fcbad110ecb668b8485cf4b8b45caba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Feb 2017 22:41:11 +0100 Subject: thread/Thread: use BoundMethod --- test/run_output.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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 #include +void AudioOutput::Task() {} + class DummyAudioOutputClient final : public AudioOutputClient { public: /* virtual methods from AudioOutputClient */ -- cgit v1.2.3