summaryrefslogtreecommitdiff
path: root/src/lib/upnp/Discovery.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-04 19:48:28 +0200
committerMax Kellermann <max@musicpd.org>2019-04-04 20:07:57 +0200
commit093bf5d859c3a0e5b82744719952d7dd178d4bbf (patch)
tree6a913acbb0c029e72d014350db24036ba94269ff /src/lib/upnp/Discovery.hxx
parent4f6144dc713472cfba3a25515fc0a22caa73ede2 (diff)
event/*, ...: make GetEventLoop() const
Diffstat (limited to 'src/lib/upnp/Discovery.hxx')
-rw-r--r--src/lib/upnp/Discovery.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upnp/Discovery.hxx b/src/lib/upnp/Discovery.hxx
index 8af1c1ae6..fa6673203 100644
--- a/src/lib/upnp/Discovery.hxx
+++ b/src/lib/upnp/Discovery.hxx
@@ -168,7 +168,7 @@ public:
UPnPDeviceDirectory(const UPnPDeviceDirectory &) = delete;
UPnPDeviceDirectory& operator=(const UPnPDeviceDirectory &) = delete;
- EventLoop &GetEventLoop() noexcept;
+ EventLoop &GetEventLoop() const noexcept;
void Start();