DatabasePlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 13:51:27 +02:00
parent bf6ed643e0
commit 65842cd99e
8 changed files with 17 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ public:
return mtime;
}
static Database *Create(const struct config_param *param,
static Database *Create(const config_param &param,
GError **error_r);
virtual bool Open(GError **error_r) override;
@@ -86,7 +86,7 @@ public:
GError **error_r) const override;
protected:
bool Configure(const struct config_param *param, GError **error_r);
bool Configure(const config_param &param, GError **error_r);
gcc_pure
bool Check(GError **error_r) const;