db/simple: add comment

This commit is contained in:
Max Kellermann 2014-02-25 18:17:54 +01:00
parent 6b66e86f40
commit afcdb65f80
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public:
return mtime > 0;
}
/* virtual methods from class Database */
virtual bool Open(Error &error) override;
virtual void Close() override;