From 85b8675e7a11a81bda4b4328e19e433768048911 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 19 Feb 2014 23:17:21 +0100 Subject: db/Interface: add attribute "plugin" The new method IsPlugin() replaces the "is_simple" flag. --- src/db/plugins/SimpleDatabasePlugin.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/db/plugins/SimpleDatabasePlugin.hxx') diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx index 49e3d987d..83a8dc491 100644 --- a/src/db/plugins/SimpleDatabasePlugin.hxx +++ b/src/db/plugins/SimpleDatabasePlugin.hxx @@ -50,8 +50,7 @@ class SimpleDatabase : public Database { mutable unsigned borrowed_song_count; #endif - SimpleDatabase() - :path(AllocatedPath::Null()) {} + SimpleDatabase(); public: gcc_pure -- cgit v1.2.3