aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/SimpleDatabasePlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-25 19:48:01 +0100
committerMax Kellermann <max@duempel.org>2014-02-25 19:48:01 +0100
commit82985a94884941fb40951933600d757e5371211d (patch)
tree0fc3fd6fdf435bf39a321e2107860a3310ad1e36 /src/db/plugins/SimpleDatabasePlugin.hxx
parentafcdb65f804d882540d3d06198de76995d1a7bda (diff)
downloadmpd-82985a94884941fb40951933600d757e5371211d.tar.gz
mpd-82985a94884941fb40951933600d757e5371211d.tar.xz
mpd-82985a94884941fb40951933600d757e5371211d.zip
db/simple: make internal methods "private"
Diffstat (limited to '')
-rw-r--r--src/db/plugins/SimpleDatabasePlugin.hxx2
1 files changed, 1 insertions, 1 deletions
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 &param, Error &error);
gcc_pure