From 093bf5d859c3a0e5b82744719952d7dd178d4bbf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Apr 2019 19:48:28 +0200 Subject: event/*, ...: make GetEventLoop() const --- src/lib/upnp/Discovery.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/upnp/Discovery.hxx') 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(); -- cgit v1.2.3