Commit ed9ece5e authored by Max Kellermann's avatar Max Kellermann

db/Interface: make the constructor `protected`

parent ce49d99c
......@@ -38,10 +38,11 @@ class TagMask;
class Database {
const DatabasePlugin &plugin;
public:
protected:
Database(const DatabasePlugin &_plugin) noexcept
:plugin(_plugin) {}
public:
/**
* Free instance data.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment