diff options
author | Max Kellermann <max@duempel.org> | 2014-02-25 19:48:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-25 19:48:01 +0100 |
commit | 82985a94884941fb40951933600d757e5371211d (patch) | |
tree | 0fc3fd6fdf435bf39a321e2107860a3310ad1e36 /src/db | |
parent | afcdb65f804d882540d3d06198de76995d1a7bda (diff) | |
download | mpd-82985a94884941fb40951933600d757e5371211d.tar.gz mpd-82985a94884941fb40951933600d757e5371211d.tar.xz mpd-82985a94884941fb40951933600d757e5371211d.zip |
db/simple: make internal methods "private"
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/plugins/SimpleDatabasePlugin.hxx | 2 |
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 ¶m, Error &error); gcc_pure |