output/pipewire: remove misplaced noexcept
This commit is contained in:
parent
7b24316734
commit
17562dc90b
@ -242,7 +242,7 @@ private:
|
|||||||
void Cancel() noexcept override;
|
void Cancel() noexcept override;
|
||||||
bool Pause() 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();
|
static constexpr auto stream_events = PipeWireOutput::MakeStreamEvents();
|
||||||
@ -656,7 +656,7 @@ PipeWireOutput::SetMixer(PipeWireMixer &_mixer) noexcept
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
PipeWireOutput::SendTag(const Tag &tag) noexcept
|
PipeWireOutput::SendTag(const Tag &tag)
|
||||||
{
|
{
|
||||||
CheckThrowError();
|
CheckThrowError();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user