From 82985a94884941fb40951933600d757e5371211d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Feb 2014 19:48:01 +0100 Subject: db/simple: make internal methods "private" --- src/db/plugins/SimpleDatabasePlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db') diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx index 80bc6f0ee..d998d5ac2 100644 --- a/src/db/plugins/SimpleDatabasePlugin.hxx +++ b/src/db/plugins/SimpleDatabasePlugin.hxx @@ -100,7 +100,7 @@ public: return mtime; } -protected: +private: bool Configure(const config_param ¶m, Error &error); gcc_pure -- cgit v1.2.3