From 65842cd99e82e30801bf287cd027c14e4ce3bd15 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 13:51:27 +0200 Subject: DatabasePlugin: pass config_param reference --- src/db/SimpleDatabasePlugin.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/db/SimpleDatabasePlugin.hxx') diff --git a/src/db/SimpleDatabasePlugin.hxx b/src/db/SimpleDatabasePlugin.hxx index 8f0ed214c..7250ea063 100644 --- a/src/db/SimpleDatabasePlugin.hxx +++ b/src/db/SimpleDatabasePlugin.hxx @@ -60,7 +60,7 @@ public: return mtime; } - static Database *Create(const struct config_param *param, + static Database *Create(const config_param ¶m, 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 ¶m, GError **error_r); gcc_pure bool Check(GError **error_r) const; -- cgit v1.2.3