output/pipewire: remove misplaced noexcept
This commit is contained in:
parent
7b24316734
commit
17562dc90b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user