diff options
Diffstat (limited to 'src/db')
-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; |