Instance: add noexcept

This commit is contained in:
Max Kellermann
2019-04-24 14:56:08 +02:00
parent 0641ce79fe
commit 1b62adc894
2 changed files with 5 additions and 5 deletions

View File

@@ -360,7 +360,7 @@ Instance::BeginShutdownPartitions() noexcept
}
void
Instance::OnIdle(unsigned flags)
Instance::OnIdle(unsigned flags) noexcept
{
/* send "idle" notifications to all subscribed
clients */