Commit 6908555e authored by Max Kellermann's avatar Max Kellermann

filter/Observer: drop bogus "noexcept"

Closes #208.
parent 3890bc5a
......@@ -80,7 +80,7 @@ public:
return filter->FilterPCM(src);
}
ConstBuffer<void> Flush() noexcept override {
ConstBuffer<void> Flush() override {
return filter->Flush();
}
};
......
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