diff options
author | Max Kellermann <max@musicpd.org> | 2017-06-04 12:57:05 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-06-04 12:57:05 +0200 |
commit | 979f1b6c39b64770f42ed125c0abf80f4938fdb5 (patch) | |
tree | 3d254376552957afc6c6c77661a60954a83e41ce /src/client/Client.hxx | |
parent | 1fa1790da5a7fb1bd4a5deef36b7ed8d9c60acbc (diff) | |
parent | cf86dfd3178bcdffbb2968cda4ad9c271ffdc4f3 (diff) |
Merge tag 'v0.20.9'
release v0.20.9
Diffstat (limited to 'src/client/Client.hxx')
-rw-r--r-- | src/client/Client.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx index f23f1324d..82067ce55 100644 --- a/src/client/Client.hxx +++ b/src/client/Client.hxx @@ -106,7 +106,7 @@ public: } gcc_pure - bool IsExpired() const { + bool IsExpired() const noexcept { return !FullyBufferedSocket::IsDefined(); } |