db/update/InotifyQueue: add noexcept
This commit is contained in:
parent
1b20fa441d
commit
2677b90244
@ -32,7 +32,7 @@ static constexpr std::chrono::steady_clock::duration INOTIFY_UPDATE_DELAY =
|
||||
std::chrono::seconds(5);
|
||||
|
||||
void
|
||||
InotifyQueue::OnDelay()
|
||||
InotifyQueue::OnDelay() noexcept
|
||||
{
|
||||
unsigned id;
|
||||
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
void Enqueue(const char *uri_utf8);
|
||||
|
||||
private:
|
||||
void OnDelay();
|
||||
void OnDelay() noexcept;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user