aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/UpnpDatabasePlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-22 23:30:53 +0100
committerMax Kellermann <max@duempel.org>2014-01-22 23:30:53 +0100
commita89c21b06ae3850fb05b5d05da156297b8195f53 (patch)
tree6693b793a2513311d2089c0ee5a8131247595fed /src/db/UpnpDatabasePlugin.cxx
parentb74aa6b14c74d0ab4a574b9affcac82535653a1e (diff)
downloadmpd-a89c21b06ae3850fb05b5d05da156297b8195f53.tar.gz
mpd-a89c21b06ae3850fb05b5d05da156297b8195f53.tar.xz
mpd-a89c21b06ae3850fb05b5d05da156297b8195f53.zip
db/upnp: inline Configure()
Diffstat (limited to 'src/db/UpnpDatabasePlugin.cxx')
-rw-r--r--src/db/UpnpDatabasePlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/UpnpDatabasePlugin.cxx b/src/db/UpnpDatabasePlugin.cxx
index 69a9003d7..849c3730f 100644
--- a/src/db/UpnpDatabasePlugin.cxx
+++ b/src/db/UpnpDatabasePlugin.cxx
@@ -166,7 +166,7 @@ UpnpDatabase::Create(gcc_unused EventLoop &loop,
return db;
}
-bool
+inline bool
UpnpDatabase::Configure(const config_param &, Error &)
{
return true;