diff options
author | Max Kellermann <max@duempel.org> | 2014-01-22 23:30:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-22 23:30:53 +0100 |
commit | a89c21b06ae3850fb05b5d05da156297b8195f53 (patch) | |
tree | 6693b793a2513311d2089c0ee5a8131247595fed | |
parent | b74aa6b14c74d0ab4a574b9affcac82535653a1e (diff) | |
download | mpd-a89c21b06ae3850fb05b5d05da156297b8195f53.tar.gz mpd-a89c21b06ae3850fb05b5d05da156297b8195f53.tar.xz mpd-a89c21b06ae3850fb05b5d05da156297b8195f53.zip |
db/upnp: inline Configure()
-rw-r--r-- | src/db/UpnpDatabasePlugin.cxx | 2 |
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; |