Commit eddda959 authored by Max Kellermann's avatar Max Kellermann

output/interface: document that Drain() may throw

parent 72184dcc
......@@ -159,6 +159,8 @@ public:
/**
* Wait until the device has finished playing.
*
* Throws on error.
*/
virtual void Drain() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment