db/simple: make internal methods "private"

This commit is contained in:
Max Kellermann 2014-02-25 19:48:01 +01:00
parent afcdb65f80
commit 82985a9488

View File

@ -100,7 +100,7 @@ public:
return mtime;
}
protected:
private:
bool Configure(const config_param &param, Error &error);
gcc_pure