aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/SimpleDatabasePlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-25 18:17:54 +0100
committerMax Kellermann <max@duempel.org>2014-02-25 18:17:54 +0100
commitafcdb65f804d882540d3d06198de76995d1a7bda (patch)
tree0abcc303f3cf6a8a6057de370902c0c24ca29ffd /src/db/plugins/SimpleDatabasePlugin.hxx
parent6b66e86f400f15d027e7141b86100d016e7e9e3d (diff)
downloadmpd-afcdb65f804d882540d3d06198de76995d1a7bda.tar.gz
mpd-afcdb65f804d882540d3d06198de76995d1a7bda.tar.xz
mpd-afcdb65f804d882540d3d06198de76995d1a7bda.zip
db/simple: add comment
Diffstat (limited to '')
-rw-r--r--src/db/plugins/SimpleDatabasePlugin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx
index a92003ac1..80bc6f0ee 100644
--- a/src/db/plugins/SimpleDatabasePlugin.hxx
+++ b/src/db/plugins/SimpleDatabasePlugin.hxx
@@ -73,6 +73,7 @@ public:
return mtime > 0;
}
+ /* virtual methods from class Database */
virtual bool Open(Error &error) override;
virtual void Close() override;