diff options
Diffstat (limited to 'src/db/SimpleDatabasePlugin.hxx')
-rw-r--r-- | src/db/SimpleDatabasePlugin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |