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);
|
std::chrono::seconds(5);
|
||||||
|
|
||||||
void
|
void
|
||||||
InotifyQueue::OnDelay()
|
InotifyQueue::OnDelay() noexcept
|
||||||
{
|
{
|
||||||
unsigned id;
|
unsigned id;
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ public:
|
|||||||
void Enqueue(const char *uri_utf8);
|
void Enqueue(const char *uri_utf8);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void OnDelay();
|
void OnDelay() noexcept;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user