output/pipewire: remove misplaced noexcept

This commit is contained in:
Max Kellermann 2021-10-20 09:41:19 +02:00
parent 7b24316734
commit 17562dc90b

View File

@ -242,7 +242,7 @@ private:
void Cancel() noexcept override;
bool Pause() noexcept override;
void SendTag(const Tag &tag) noexcept override;
void SendTag(const Tag &tag) override;
};
static constexpr auto stream_events = PipeWireOutput::MakeStreamEvents();
@ -656,7 +656,7 @@ PipeWireOutput::SetMixer(PipeWireMixer &_mixer) noexcept
}
void
PipeWireOutput::SendTag(const Tag &tag) noexcept
PipeWireOutput::SendTag(const Tag &tag)
{
CheckThrowError();