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/LazyDatabase.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/db/plugins/LazyDatabase.hxx') diff --git a/src/db/plugins/LazyDatabase.hxx b/src/db/plugins/LazyDatabase.hxx index f3fbef5f3..000b63a98 100644 --- a/src/db/plugins/LazyDatabase.hxx +++ b/src/db/plugins/LazyDatabase.hxx @@ -35,8 +35,7 @@ class LazyDatabase final : public Database { public: gcc_nonnull_all - LazyDatabase(Database *_db) - :db(_db), open(false) {} + LazyDatabase(Database *_db); virtual ~LazyDatabase(); -- cgit v1.2.3