From a89c21b06ae3850fb05b5d05da156297b8195f53 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Jan 2014 23:30:53 +0100 Subject: db/upnp: inline Configure() --- src/db/UpnpDatabasePlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db/UpnpDatabasePlugin.cxx') 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; -- cgit v1.2.3