From 714056f157cd6a27ed42c2962805a919aeba81a3 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Wed, 22 Jan 2014 20:42:36 +0100
Subject: db/upnp: inline ContentDirectoryService::readDirSlice()

---
 src/db/upnp/ContentDirectoryService.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/db/upnp')

diff --git a/src/db/upnp/ContentDirectoryService.cxx b/src/db/upnp/ContentDirectoryService.cxx
index 2f94a0b3f..ea773e6f8 100644
--- a/src/db/upnp/ContentDirectoryService.cxx
+++ b/src/db/upnp/ContentDirectoryService.cxx
@@ -69,7 +69,7 @@ ReadResultTag(UPnPDirContent &dirbuf, IXML_Document *response, Error &error)
 	return dirbuf.parse(p, error);
 }
 
-bool
+inline bool
 ContentDirectoryService::readDirSlice(UpnpClient_Handle hdl,
 				      const char *objectId, int offset,
 				      int count, UPnPDirContent &dirbuf,
-- 
cgit v1.2.3